diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-11-29 10:19:53 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-11-29 10:19:53 (GMT) |
commit | 0e90e99188d6fb54c3f5b31a0488318d9c38309d (patch) | |
tree | baeb9819ae83194653cd3c3d4760a6c19c787a4d /Doc/library/os.path.rst | |
parent | 567eba1852ed89e5cf93dbce33f7e2ca73e8f05d (diff) | |
parent | fbc1c268031a9c8fad65f49c8381b6145bd66ffc (diff) | |
download | cpython-0e90e99188d6fb54c3f5b31a0488318d9c38309d.zip cpython-0e90e99188d6fb54c3f5b31a0488318d9c38309d.tar.gz cpython-0e90e99188d6fb54c3f5b31a0488318d9c38309d.tar.bz2 |
Issue #19795: Improved markup of True/False constants.
Diffstat (limited to 'Doc/library/os.path.rst')
-rw-r--r-- | Doc/library/os.path.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/library/os.path.rst b/Doc/library/os.path.rst index 03350d7..269856c 100644 --- a/Doc/library/os.path.rst +++ b/Doc/library/os.path.rst @@ -137,7 +137,7 @@ the :mod:`glob` module.) the number of seconds since the epoch (see the :mod:`time` module). Raise :exc:`OSError` if the file does not exist or is inaccessible. - If :func:`os.stat_float_times` returns True, the result is a floating point + If :func:`os.stat_float_times` returns ``True``, the result is a floating point number. @@ -147,7 +147,7 @@ the :mod:`glob` module.) giving the number of seconds since the epoch (see the :mod:`time` module). Raise :exc:`OSError` if the file does not exist or is inaccessible. - If :func:`os.stat_float_times` returns True, the result is a floating point + If :func:`os.stat_float_times` returns ``True``, the result is a floating point number. @@ -340,5 +340,5 @@ the :mod:`glob` module.) .. data:: supports_unicode_filenames - True if arbitrary Unicode strings can be used as file names (within limitations + ``True`` if arbitrary Unicode strings can be used as file names (within limitations imposed by the file system). |