diff options
author | Anthony Sottile <asottile@umich.edu> | 2020-05-19 02:02:54 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-19 02:02:54 (GMT) |
commit | 9095f76613c8dd67beb21992def837bb8a37ed25 (patch) | |
tree | eb685d16c9681c5e1c6f137765468a4d9960a094 /PC | |
parent | 3764069f3ba2a7e932837ae19265059339dc86e3 (diff) | |
download | cpython-9095f76613c8dd67beb21992def837bb8a37ed25.zip cpython-9095f76613c8dd67beb21992def837bb8a37ed25.tar.gz cpython-9095f76613c8dd67beb21992def837bb8a37ed25.tar.bz2 |
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
```
Diffstat (limited to 'PC')
0 files changed, 0 insertions, 0 deletions