@@ -11,51 +11,53 @@ msgstr ""
11
11
"Project-Id-Version : Python 3.8\n "
12
12
"Report-Msgid-Bugs-To : \n "
13
13
"POT-Creation-Date : 2024-11-21 16:38-0300\n "
14
- "PO-Revision-Date : 2020-05 -09 03:15+0200 \n "
14
+ "PO-Revision-Date : 2025-06 -09 16:42-0500 \n "
15
15
"Last-Translator : \n "
16
- "Language : es\n "
17
16
"Language-Team : python-doc-es\n "
18
- "Plural-Forms : nplurals=2; plural=(n != 1); \n "
17
+ "Language : es \n "
19
18
"MIME-Version : 1.0\n "
20
19
"Content-Type : text/plain; charset=utf-8\n "
21
20
"Content-Transfer-Encoding : 8bit\n "
21
+ "Plural-Forms : nplurals=2; plural=(n != 1);\n "
22
22
"Generated-By : Babel 2.16.0\n "
23
+ "X-Generator : Poedit 3.6\n "
23
24
24
25
#: ../Doc/c-api/none.rst:6
25
26
msgid "The ``None`` Object"
26
27
msgstr "El objeto ``None``"
27
28
28
29
#: ../Doc/c-api/none.rst:10
29
- #, fuzzy
30
30
msgid ""
31
31
"Note that the :c:type:`PyTypeObject` for ``None`` is not directly exposed in "
32
32
"the Python/C API. Since ``None`` is a singleton, testing for object "
33
33
"identity (using ``==`` in C) is sufficient. There is no :c:func:`!"
34
34
"PyNone_Check` function for the same reason."
35
35
msgstr ""
36
- "Tenga en cuenta que :c:type:`PyTypeObject` para ``None`` no está expuesto "
37
- "directamente en la API de Python/C. Como ``None`` es un singleton, es "
38
- "suficiente probar la identidad del objeto (usando ``==`` en C). No existe la "
39
- "función :c:func:`PyNone_Check` por la misma razón."
36
+ "Ten en cuenta que el :c:type:`PyTypeObject` para ``None`` no está expuesto "
37
+ "directamente en la API de Python/C. Dado que ``None`` es un singleton, "
38
+ "basta con comprobar la identidad del objeto (usando ``==`` en C). No existe "
39
+ "una función :c:func:`! PyNone_Check` por la misma razón."
40
40
41
41
#: ../Doc/c-api/none.rst:18
42
42
msgid ""
43
43
"The Python ``None`` object, denoting lack of value. This object has no "
44
44
"methods and is :term:`immortal`."
45
45
msgstr ""
46
+ "El objeto Python ``None``, que denota falta de valor. Este objeto no tiene "
47
+ "métodos y es :term:`inmortal`."
46
48
47
49
#: ../Doc/c-api/none.rst:21
48
50
msgid ":c:data:`Py_None` is :term:`immortal`."
49
- msgstr ""
51
+ msgstr ":c:data:`Py_None` es :term:`inmortal`. "
50
52
51
53
#: ../Doc/c-api/none.rst:26
52
54
msgid "Return :c:data:`Py_None` from a function."
53
- msgstr ""
55
+ msgstr "Retorna :c:data:`Py_None` desde una función. "
54
56
55
57
#: ../Doc/c-api/none.rst:8
56
58
msgid "object"
57
- msgstr ""
59
+ msgstr "objeto "
58
60
59
61
#: ../Doc/c-api/none.rst:8
60
62
msgid "None"
61
- msgstr ""
63
+ msgstr "Nada "
0 commit comments