Skip to content

Commit 82ef5ae

Browse files
sync with cpython 5a8e6f8b
1 parent 188eaeb commit 82ef5ae

File tree

1 file changed

+8
-32
lines changed

1 file changed

+8
-32
lines changed

howto/enum.po

+8-32
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Python 3.12\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2023-11-01 00:03+0000\n"
11+
"POT-Creation-Date: 2023-11-10 00:04+0000\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -483,22 +483,14 @@ msgstr ""
483483
msgid "The complete signature is::"
484484
msgstr ""
485485

486-
#: ../../howto/enum.rst:0
487-
msgid "value"
488-
msgstr ""
489-
490486
#: ../../howto/enum.rst:610
491-
msgid "What the new enum class will record as its name."
492-
msgstr ""
493-
494-
#: ../../howto/enum.rst:0
495-
msgid "names"
487+
msgid "*value*: What the new enum class will record as its name."
496488
msgstr ""
497489

498490
#: ../../howto/enum.rst:612
499491
msgid ""
500-
"The enum members. This can be a whitespace- or comma-separated string "
501-
"(values will start at 1 unless otherwise specified)::"
492+
"*names*: The enum members. This can be a whitespace- or comma-separated "
493+
"string (values will start at 1 unless otherwise specified)::"
502494
msgstr ""
503495

504496
#: ../../howto/enum.rst:617
@@ -513,36 +505,20 @@ msgstr ""
513505
msgid "or a mapping::"
514506
msgstr ""
515507

516-
#: ../../howto/enum.rst:0
517-
msgid "module"
518-
msgstr ""
519-
520508
#: ../../howto/enum.rst:629
521-
msgid "name of module where new enum class can be found."
522-
msgstr ""
523-
524-
#: ../../howto/enum.rst:0
525-
msgid "qualname"
509+
msgid "*module*: name of module where new enum class can be found."
526510
msgstr ""
527511

528512
#: ../../howto/enum.rst:631
529-
msgid "where in module new enum class can be found."
530-
msgstr ""
531-
532-
#: ../../howto/enum.rst:0
533-
msgid "type"
513+
msgid "*qualname*: where in module new enum class can be found."
534514
msgstr ""
535515

536516
#: ../../howto/enum.rst:633
537-
msgid "type to mix in to new enum class."
538-
msgstr ""
539-
540-
#: ../../howto/enum.rst:0
541-
msgid "start"
517+
msgid "*type*: type to mix in to new enum class."
542518
msgstr ""
543519

544520
#: ../../howto/enum.rst:635
545-
msgid "number to start counting at if only names are passed in."
521+
msgid "*start*: number to start counting at if only names are passed in."
546522
msgstr ""
547523

548524
#: ../../howto/enum.rst:637

0 commit comments

Comments
 (0)