Skip to content

Commit dc2a671

Browse files
committed
Numeric literals
1 parent a0c65a3 commit dc2a671

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

reference/lexical_analysis.po

+8-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgstr ""
1111
"Project-Id-Version: Python 3.8\n"
1212
"Report-Msgid-Bugs-To: \n"
1313
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
14-
"PO-Revision-Date: 2020-08-11 20:08+0200\n"
14+
"PO-Revision-Date: 2020-08-11 20:14+0200\n"
1515
"Language-Team: python-doc-es\n"
1616
"MIME-Version: 1.0\n"
1717
"Content-Type: text/plain; charset=UTF-8\n"
@@ -1259,21 +1259,27 @@ msgstr ""
12591259

12601260
#: ../Doc/reference/lexical_analysis.rst:768
12611261
msgid "Numeric literals"
1262-
msgstr ""
1262+
msgstr "Literales numéricos"
12631263

12641264
#: ../Doc/reference/lexical_analysis.rst:774
12651265
msgid ""
12661266
"There are three types of numeric literals: integers, floating point numbers, "
12671267
"and imaginary numbers. There are no complex literals (complex numbers can "
12681268
"be formed by adding a real number and an imaginary number)."
12691269
msgstr ""
1270+
"Hay tres tipos de literales numéricos: números enteros, números en coma "
1271+
"flotante y números imaginarios. No hay literales complejos (los números "
1272+
"complejos pueden formarse sumando un número real y un número imaginario)."
12701273

12711274
#: ../Doc/reference/lexical_analysis.rst:778
12721275
msgid ""
12731276
"Note that numeric literals do not include a sign; a phrase like ``-1`` is "
12741277
"actually an expression composed of the unary operator '``-``' and the "
12751278
"literal ``1``."
12761279
msgstr ""
1280+
"Nótese que los literales numéricos no incluyen un signo; una frase como "
1281+
"``-1`` es en realidad una expresión compuesta por el operador unario '``-``' "
1282+
"y el literal ``1``."
12771283

12781284
#: ../Doc/reference/lexical_analysis.rst:792
12791285
msgid "Integer literals"

0 commit comments

Comments
 (0)