summaryrefslogtreecommitdiff
path: root/Doc/library/os.rst
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-04-15 02:27:11 +0000
committerMartin Panter <vadmium+py@gmail.com>2016-04-15 02:27:11 +0000
commit2bde55ad3c25edcb6265893a8c8eee203a6a179b (patch)
treeeda96042f11fa5437a35fbb167cb4ff90d1f8a03 /Doc/library/os.rst
parente1a3b9029ccb28cd9adf04b7b89ca6167dc09fdb (diff)
parent4a529361db83f3753b4385b97dc2d12c333607f0 (diff)
downloadcpython-2bde55ad3c25edcb6265893a8c8eee203a6a179b.tar.gz
Issue #15984: Merge PyUnicode doc from 3.5
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 289276a9a5..051db9960a 100644
--- a/Doc/library/os.rst
+++ b/Doc/library/os.rst
@@ -1762,7 +1762,7 @@ features:
``os.path.join(os.path.dirname(path), result)``.
If the *path* is a string object, the result will also be a string object,
- and the call may raise an UnicodeDecodeError. If the *path* is a bytes
+ and the call may raise a UnicodeDecodeError. If the *path* is a bytes
object, the result will be a bytes object.
This function can also support :ref:`paths relative to directory descriptors