Skip to content

Commit 2e709a2

Browse files
committed
Minor fixes
1 parent e560334 commit 2e709a2

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

dictionaries/main.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1003,6 +1003,7 @@ sum
10031003
super
10041004
superscript
10051005
support
1006+
supported
10061007
switch
10071008
switches
10081009
symbol

library/collections.abc.po

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -913,8 +913,7 @@ msgstr ""
913913
"s1 = ListBasedSet('abcdef')\n"
914914
"s2 = ListBasedSet('defghi')\n"
915915
"overlap = s1 & s2 # The __and__() method is supported "
916-
"automatically"
917-
"automatically"
916+
"automaticallyautomatically"
918917

919918
#: library/collections.abc.rst:418
920919
msgid "Notes on using :class:`Set` and :class:`MutableSet` as a mixin:"

tutorial/controlflow.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1690,9 +1690,9 @@ msgstr ""
16901690
"def f(pos1, pos2, /, pos_or_kwd, *, kwd1, kwd2):\n"
16911691
" ----------- ---------- ----------\n"
16921692
" | | |\n"
1693-
" | θέσεως ή keyword |\n"
1694-
" | - Keyword μόνο\n"
1695-
" -- Θέσεως μόνο"
1693+
" | Positional or keyword |\n"
1694+
" | - Keyword only\n"
1695+
" -- Positional only"
16961696

16971697
#: tutorial/controlflow.rst:761
16981698
msgid ""

0 commit comments

Comments
 (0)