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 | 9b1549044cafed979b17a160245eea1e2230ef9b (patch) | |
tree | ccc48ba0cc8192f0948af0b997b8e46e94f1d5b3 | |
parent | 127f0d85e4d8e03bbc97bcd296c037880cd3531a (diff) | |
download | cpython-9b1549044cafed979b17a160245eea1e2230ef9b.zip cpython-9b1549044cafed979b17a160245eea1e2230ef9b.tar.gz cpython-9b1549044cafed979b17a160245eea1e2230ef9b.tar.bz2 |
remove useless $ keyword (closes #17167)
-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 054fbb5..eacbc8d 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 |