]> granicus.if.org Git - python/commitdiff
Explicitly mention the default value for formatdate's usegmt parameter.
authorR. David Murray <rdmurray@bitdance.com>
Wed, 3 Feb 2010 13:36:23 +0000 (13:36 +0000)
committerR. David Murray <rdmurray@bitdance.com>
Wed, 3 Feb 2010 13:36:23 +0000 (13:36 +0000)
Doc/library/email.util.rst

index aa6788549fbdfd0d2697cbe122c3394ed3757c21..153ba78004cc32dbf584ba743bf11714d70ccc4b 100644 (file)
@@ -102,7 +102,7 @@ There are several useful utilities provided in the :mod:`email.utils` module:
    Optional *usegmt* is a flag that when ``True``, outputs a  date string with the
    timezone as an ascii string ``GMT``, rather than a numeric ``-0000``. This is
    needed for some protocols (such as HTTP). This only applies when *localtime* is
-   ``False``.
+   ``False``.  The default is ``False``.
 
    .. versionadded:: 2.4