diff options
author | Benjamin Peterson <benjamin@python.org> | 2016-03-22 05:31:02 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2016-03-22 05:31:02 (GMT) |
commit | b9869dfe353b116f3b8e208339c034a2ee5bc869 (patch) | |
tree | be2b2fffafdad5a395663472a8041b18883808b8 /Misc/python.man | |
parent | 2bc69c49e1c32f895dd0f521d691c1ea427829ef (diff) | |
download | cpython-b9869dfe353b116f3b8e208339c034a2ee5bc869.zip cpython-b9869dfe353b116f3b8e208339c034a2ee5bc869.tar.gz cpython-b9869dfe353b116f3b8e208339c034a2ee5bc869.tar.bz2 |
remove useless $ keyword (closes #17167)
Diffstat (limited to 'Misc/python.man')
-rw-r--r-- | Misc/python.man | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/python.man b/Misc/python.man index ea9540c..af26b7c 100644 --- a/Misc/python.man +++ b/Misc/python.man @@ -1,4 +1,4 @@ -.TH PYTHON "1" "$Date$" +.TH PYTHON "1" .\" To view this file while editing, run it through groff: .\" groff -Tascii -man python.man | less |