]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix code-block in zoneinfo (GH-20201)
authorAnthony Sottile <asottile@umich.edu>
Tue, 19 May 2020 02:02:54 +0000 (19:02 -0700)
committerGitHub <noreply@github.com>
Tue, 19 May 2020 02:02:54 +0000 (19:02 -0700)
commit9095f76613c8dd67beb21992def837bb8a37ed25
treeeb685d16c9681c5e1c6f137765468a4d9960a094
parent3764069f3ba2a7e932837ae19265059339dc86e3
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
```
Doc/library/zoneinfo.rst