[Python-checkins] r70519 - in python/branches/release26-maint: Misc/python.man
matthias.klose
python-checkins at python.org
Sun Mar 22 14:13:24 CET 2009
Author: matthias.klose
Date: Sun Mar 22 14:13:23 2009
New Revision: 70519
Log:
Merged revisions 70518 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r70518 | matthias.klose | 2009年03月22日 14:08:22 +0100 (So, 22 Mär 2009) | 2 lines
- Fix comment macro in python.man
Modified:
python/branches/release26-maint/ (props changed)
python/branches/release26-maint/Misc/python.man
Modified: python/branches/release26-maint/Misc/python.man
==============================================================================
--- python/branches/release26-maint/Misc/python.man (original)
+++ python/branches/release26-maint/Misc/python.man Sun Mar 22 14:13:23 2009
@@ -1,7 +1,7 @@
.TH PYTHON "1" "$Date$"
-./" To view this file while editing, run it through groff:
-./" groff -Tascii -man python.man | less
+.\" To view this file while editing, run it through groff:
+.\" groff -Tascii -man python.man | less
.SH NAME
python \- an interpreted, interactive, object-oriented programming language
More information about the Python-checkins
mailing list