Skip to content

Commit 3f4f892

Browse files
committed
chore: change docstring.
1 parent 757b223 commit 3f4f892

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/diffpy/srxplanar/loadimage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def flipImage(self, pic):
6767
return pic
6868

6969
def loadImage(self, filename):
70-
"""Load image file using pathlib only. If loading fails (e.g.
70+
"""Load image file using pathlib. If loading fails (e.g.
7171
incomplete file), retry for 5 seconds (10×0.5s).
7272
7373
:param filename: str or Path, image file name or path

0 commit comments

Comments
 (0)