Skip to content

Commit 7be85f1

Browse files
committed
copy-pasta
1 parent 46922f3 commit 7be85f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ is running on. The official documentation is
314314
>>>
315315
>>> os.path.isfile('hello.txt') # check if it's a file
316316
True
317-
>>> os.path.isdir('stuff')
317+
>>> os.path.isfile('stuff')
318318
False
319319
>>> os.path.isdir('hello.txt') # check if it's a directory
320320
False

0 commit comments

Comments
 (0)