Skip to content

Commit b2d2286

Browse files
authored
Merge pull request progrmoiz#27 from kshitizkk/master
new mydir.py
2 parents 9ccefa4 + 4f8f21e commit b2d2286

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)