Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 15b30e7

Browse files
sync with cpython cb07c44e
1 parent a71540a commit 15b30e7

File tree

3 files changed

+624
-619
lines changed

3 files changed

+624
-619
lines changed

library/pprint.po

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ msgid ""
66
msgstr ""
77
"Project-Id-Version: Python 3.13\n"
88
"Report-Msgid-Bugs-To: \n"
9-
"POT-Creation-Date: 2024-09-03 11:11+0800\n"
9+
"POT-Creation-Date: 2024-11-15 00:14+0000\n"
1010
"PO-Revision-Date: 2018-05-23 16:08+0000\n"
1111
"Last-Translator: Adrian Liaw <[email protected]>\n"
1212
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -262,11 +262,12 @@ msgid ""
262262
msgstr ""
263263

264264
#: ../../library/pprint.rst:267
265+
#, fuzzy
265266
msgid ""
266267
">>> import json\n"
267268
">>> import pprint\n"
268269
">>> from urllib.request import urlopen\n"
269-
">>> with urlopen('https://pypi.org/pypi/sampleproject/json') as resp:\n"
270+
">>> with urlopen('https://pypi.org/pypi/sampleproject/1.2.0/json') as resp:\n"
270271
"... project_info = json.load(resp)['info']"
271272
msgstr ""
272273
">>> import json\n"

0 commit comments

Comments
 (0)