Fix more markup.

This commit is contained in:
Georg Brandl 2012-03-15 08:24:13 +01:00
parent d8498d616a
commit 0d61249dee
1 changed files with 1 additions and 1 deletions

View File

@ -506,7 +506,7 @@ There's also the style of using a short unique prefix to group related
names together. This is not used much in Python, but it is mentioned names together. This is not used much in Python, but it is mentioned
for completeness. For example, the ``os.stat()`` function returns a for completeness. For example, the ``os.stat()`` function returns a
tuple whose items traditionally have names like ``st_mode``, 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 correspondence with the fields of the POSIX system call struct, which
helps programmers familiar with that.) helps programmers familiar with that.)