[Python-checkins] peps: Fix more markup.
georg.brandl
python-checkins at python.org
Thu Mar 15 08:24:14 CET 2012
http://hg.python.org/peps/rev/dc5a21b8bc47
changeset: 4141:dc5a21b8bc47
user: Georg Brandl <georg at python.org>
date: Thu Mar 15 08:24:13 2012 +0100
summary:
Fix more markup.
files:
pep-0008.txt | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/pep-0008.txt b/pep-0008.txt
--- a/pep-0008.txt
+++ b/pep-0008.txt
@@ -506,7 +506,7 @@
names together. This is not used much in Python, but it is mentioned
for completeness. For example, the ``os.stat()`` function returns a
tuple whose items traditionally have names like ``st_mode``,
-``st_size`, ``st_mtime`` and so on. (This is done to emphasize the
+``st_size``, ``st_mtime`` and so on. (This is done to emphasize the
correspondence with the fields of the POSIX system call struct, which
helps programmers familiar with that.)
--
Repository URL: http://hg.python.org/peps
More information about the Python-checkins
mailing list