]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix code-block in zoneinfo (GH-20201)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 19 May 2020 14:02:32 +0000 (07:02 -0700)
committerGitHub <noreply@github.com>
Tue, 19 May 2020 14:02:32 +0000 (07:02 -0700)
commit20736b35b77cac1bb6ae51661ec8efe250cb4149
tree0fe4721166a439a130d15ab25575ea521bef22bf
parent76d9a9cdc11c7b0153f9717d6edd1b681d5d1da5
Fix code-block in zoneinfo (GH-20201)

```
Warning, treated as error:
/tmp/code/Doc/library/zoneinfo.rst:303:Error in "code-block" directive:
1 argument(s) required, 0 supplied.

.. code-block::

    >>> a = ZoneInfo("Europe/Berlin")
    >>> b = pickle.loads(europe_berlin_pkl)
    >>> a is b
    True
```
(cherry picked from commit 9095f76613c8dd67beb21992def837bb8a37ed25)

Co-authored-by: Anthony Sottile <asottile@umich.edu>
Doc/library/zoneinfo.rst