summaryrefslogtreecommitdiff
path: root/Doc/c-api/module.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2011-10-07 11:19:11 +0200
committerGeorg Brandl <georg@python.org>2011-10-07 11:19:11 +0200
commitc2585d78ddcb104eacf603aa4d99f277a4bf9310 (patch)
tree18eb281ed84bbdb55d11e9f81d59c32c1c311476 /Doc/c-api/module.rst
parentfdef68eba32dcb6ef7b3c78978a2e098e4140ecb (diff)
downloadcpython-c2585d78ddcb104eacf603aa4d99f277a4bf9310.tar.gz
Update C API docs for PEP 393.
Diffstat (limited to 'Doc/c-api/module.rst')
-rw-r--r--Doc/c-api/module.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/c-api/module.rst b/Doc/c-api/module.rst
index b97c08d0bb..32587be4c9 100644
--- a/Doc/c-api/module.rst
+++ b/Doc/c-api/module.rst
@@ -87,7 +87,7 @@ There are only a few functions special to module objects.
Return the name of the file from which *module* was loaded using *module*'s
:attr:`__file__` attribute. If this is not defined, or if it is not a
unicode string, raise :exc:`SystemError` and return *NULL*; otherwise return
- a reference to a :c:type:`PyUnicodeObject`.
+ a reference to a Unicode object.
.. versionadded:: 3.2