8
8
msgstr ""
9
9
"Project-Id-Version : Python 3.12\n "
10
10
"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 "
12
12
"PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
13
13
"Last-Translator : FULL NAME <EMAIL@ADDRESS>\n "
14
14
"Language-Team : LANGUAGE <LL@li.org>\n "
@@ -483,22 +483,14 @@ msgstr ""
483
483
msgid "The complete signature is::"
484
484
msgstr ""
485
485
486
- #: ../../howto/enum.rst:0
487
- msgid "value"
488
- msgstr ""
489
-
490
486
#: ../../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."
496
488
msgstr ""
497
489
498
490
#: ../../howto/enum.rst:612
499
491
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)::"
502
494
msgstr ""
503
495
504
496
#: ../../howto/enum.rst:617
@@ -513,36 +505,20 @@ msgstr ""
513
505
msgid "or a mapping::"
514
506
msgstr ""
515
507
516
- #: ../../howto/enum.rst:0
517
- msgid "module"
518
- msgstr ""
519
-
520
508
#: ../../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."
526
510
msgstr ""
527
511
528
512
#: ../../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."
534
514
msgstr ""
535
515
536
516
#: ../../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."
542
518
msgstr ""
543
519
544
520
#: ../../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."
546
522
msgstr ""
547
523
548
524
#: ../../howto/enum.rst:637
0 commit comments