commit | 9095f76613c8dd67beb21992def837bb8a37ed25 | [log] [tgz] |
---|---|---|
author | Anthony Sottile <asottile@umich.edu> | Mon May 18 19:02:54 2020 -0700 |
committer | GitHub <noreply@github.com> | Mon May 18 19:02:54 2020 -0700 |
tree | eb685d16c9681c5e1c6f137765468a4d9960a094 | |
parent | 3764069f3ba2a7e932837ae19265059339dc86e3 [diff] |
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 ```