summaryrefslogtreecommitdiffstats
path: root/Doc/library/os.rst
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-02-16 15:30:31 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-02-16 15:30:31 (GMT)
commit0cad7eca45a3bd081fa0c2dd18e05c8202661cf9 (patch)
tree940e23e6f0193a32b141a5e0f91e6b350eacd540 /Doc/library/os.rst
parent165ee9645b6518f36c3ec23d0e64d2956e42c5c4 (diff)
parentf8def28ff03f3167bd0becabab4dc5d70ee22033 (diff)
downloadcpython-0cad7eca45a3bd081fa0c2dd18e05c8202661cf9.zip
cpython-0cad7eca45a3bd081fa0c2dd18e05c8202661cf9.tar.gz
cpython-0cad7eca45a3bd081fa0c2dd18e05c8202661cf9.tar.bz2
Issue #17193: Use binary prefixes (KiB, MiB, GiB) for memory units.
Diffstat (limited to 'Doc/library/os.rst')
-rw-r--r--Doc/library/os.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/os.rst b/Doc/library/os.rst
index d2f7d01..d854474 100644
--- a/Doc/library/os.rst
+++ b/Doc/library/os.rst
@@ -2329,7 +2329,7 @@ These functions are all available on Linux only.
.. data:: XATTR_SIZE_MAX
The maximum size the value of an extended attribute can be. Currently, this
- is 64 kilobytes on Linux.
+ is 64 KiB on Linux.
.. data:: XATTR_CREATE