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
``` A
Anthony Sottile committed
9095f76613c8dd67beb21992def837bb8a37ed25
Parent: 3764069
Committed by GitHub <noreply@github.com>
on 5/19/2020, 2:02:54 AM