diff options
author | Raymond Hettinger <python@rcn.com> | 2011-01-23 21:32:18 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2011-01-23 21:32:18 (GMT) |
commit | 971f48320bdbaf9b751c04bacc3cc1e034c5e24f (patch) | |
tree | 54f4c5da152275f4e7082d32b1350b5c0b6b7754 /Doc/library/os.rst | |
parent | cbc903bc7e9d3b95328c103ec0d6aa6886971a65 (diff) | |
download | cpython-971f48320bdbaf9b751c04bacc3cc1e034c5e24f.zip cpython-971f48320bdbaf9b751c04bacc3cc1e034c5e24f.tar.gz cpython-971f48320bdbaf9b751c04bacc3cc1e034c5e24f.tar.bz2 |
minor clean-up.
Diffstat (limited to 'Doc/library/os.rst')
-rw-r--r-- | Doc/library/os.rst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Doc/library/os.rst b/Doc/library/os.rst index 2eadccb..321df1e 100644 --- a/Doc/library/os.rst +++ b/Doc/library/os.rst @@ -1292,8 +1292,6 @@ Files and Directories (33188, 422511, 769, 1, 1032, 100, 926, 1105022698,1105022732, 1105022732) >>> statinfo.st_size 926 - >>> - On some Unix systems (such as Linux), the following attributes may also be available: :attr:`st_blocks` (number of blocks allocated for file), |