summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2016-03-22 05:31:02 (GMT)
committerBenjamin Peterson <benjamin@python.org>2016-03-22 05:31:02 (GMT)
commit9b1549044cafed979b17a160245eea1e2230ef9b (patch)
treeccc48ba0cc8192f0948af0b997b8e46e94f1d5b3
parent127f0d85e4d8e03bbc97bcd296c037880cd3531a (diff)
downloadcpython-9b1549044cafed979b17a160245eea1e2230ef9b.zip
cpython-9b1549044cafed979b17a160245eea1e2230ef9b.tar.gz
cpython-9b1549044cafed979b17a160245eea1e2230ef9b.tar.bz2
remove useless $ keyword (closes #17167)
-rw-r--r--Misc/python.man2
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