summaryrefslogtreecommitdiff
path: root/Doc/library/builtins.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/builtins.rst')
-rw-r--r--Doc/library/builtins.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/builtins.rst b/Doc/library/builtins.rst
index d4199d25f2..2cca1d05df 100644
--- a/Doc/library/builtins.rst
+++ b/Doc/library/builtins.rst
@@ -36,6 +36,6 @@ that wants to implement an :func:`open` function that wraps the built-in
As an implementation detail, most modules have the name ``__builtins__`` made
available as part of their globals. The value of ``__builtins__`` is normally
-either this module or the value of this modules's :attr:`__dict__` attribute.
+either this module or the value of this module's :attr:`__dict__` attribute.
Since this is an implementation detail, it may not be used by alternate
implementations of Python.