Skip to content

Commit f1f3aac

Browse files
committed
Remove translatin for trailing space original entry
1 parent ad1eff4 commit f1f3aac

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

whatsnew/2.7.po

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2213,19 +2213,6 @@ msgid ""
22132213
">>> c['z']\n"
22142214
"0"
22152215
msgstr ""
2216-
">>> from collections import Counter\n"
2217-
">>> c = Counter()\n"
2218-
">>> for letter in 'here is a sample of english text':\n"
2219-
"... c[letter] += 1\n"
2220-
"...\n"
2221-
">>> c \n"
2222-
"Counter({' ': 6, 'e': 5, 's': 3, 'a': 2, 'i': 2, 'h': 2,\n"
2223-
"'l': 2, 't': 2, 'g': 1, 'f': 1, 'm': 1, 'o': 1, 'n': 1,\n"
2224-
"'p': 1, 'r': 1, 'x': 1})\n"
2225-
">>> c['e']\n"
2226-
"5\n"
2227-
">>> c['z']\n"
2228-
"0"
22292216

22302217
#: ../Doc/whatsnew/2.7.rst:1081
22312218
msgid ""

0 commit comments

Comments
 (0)