Skip to content

Commit 43b31a5

Browse files
committed
Fix typo
1 parent 304f0d6 commit 43b31a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/diffpy/pdffit2/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
"""PDFfit2 - real space structure refinement program."""
1919

20-
# Import package version to be used by with C++ extensions
20+
# Import package version to be used by C++ extensions
2121
from diffpy.pdffit2.output import redirect_stdout
2222
from diffpy.pdffit2.version import __date__, __version__
2323

@@ -27,7 +27,7 @@
2727

2828
# Import C++ related modules after version info is initialized
2929
from diffpy.pdffit2.pdffit import PdfFit
30-
from diffpy.pdffit2.pdffit2 import is_element # Import element check functionality
30+
from diffpy.pdffit2.pdffit2 import is_element
3131

3232
# Ensure all necessary components are imported and initialized
3333
assert all((PdfFit, redirect_stdout, is_element))

0 commit comments

Comments
 (0)