Skip to content

Commit 4f8f21e

Browse files
authored
Update mydir.py
1 parent d778b8f commit 4f8f21e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mydir.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def listing(module, verbose=True):
2525

2626
if verbose:
2727
print(sepline)
28-
print(module.__name__, 'has %d names' % count)
28+
print(module.__name__, 'has following %d names' % count)
2929
print(sepline)
3030

3131
if __name__ == '__main__':

0 commit comments

Comments
 (0)