]> granicus.if.org Git - python/commitdiff
Few typos in the documentation.
authorFlorent Xicluna <florent.xicluna@gmail.com>
Fri, 11 Nov 2011 18:55:21 +0000 (19:55 +0100)
committerFlorent Xicluna <florent.xicluna@gmail.com>
Fri, 11 Nov 2011 18:55:21 +0000 (19:55 +0100)
Doc/library/builtins.rst
Doc/library/imaplib.rst

index d4199d25f2d67e5ebae5f019ef2a18dad0b867f1..2cca1d05dfbe6a67856fb97e6aad8354ac99ab0b 100644 (file)
@@ -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.
index 1d92fe53397551aa092b95681eb0660191c77d75..3f45c95a8a6f12915ade910065f6949eae3eb6aa 100644 (file)
@@ -109,7 +109,7 @@ The following utility functions are defined:
    Convert *date_time* to an IMAP4 ``INTERNALDATE`` representation.  The
    return value is a string in the form: ``"DD-Mmm-YYYY HH:MM:SS
    +HHMM"`` (including double-quotes).  The *date_time* argument can be a
-   number (int or float) represening seconds since epoch (as returned
+   number (int or float) representing seconds since epoch (as returned
    by :func:`time.time`), a 9-tuple representing local time (as returned by
    :func:`time.localtime`), or a double-quoted string.  In the last case, it
    is assumed to already be in the correct format.