Skip to content

Commit

Permalink
docs: correct command
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Mar 14, 2018
1 parent 803b8b6 commit 414a404
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/convert_txt2npy.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class for a very unique data set. In this example, QPI data,
This example must be executed with a directory as an
command line argument, i.e.
``python convert_txt2npy /path/to/folder/``
``python convert_txt2npy.py /path/to/folder/``
"""
import pathlib
import sys
Expand Down
2 changes: 1 addition & 1 deletion examples/convert_txt2tif.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
This example must be executed with a directory as an
command line argument, i.e.
``python convert_txt2tif /path/to/folder/``
``python convert_txt2tif.py /path/to/folder/``
"""
import pathlib
import sys
Expand Down

0 comments on commit 414a404

Please sign in to comment.