@@ -11,51 +11,53 @@ msgstr ""
1111"Project-Id-Version: Python 3.8\n"
1212"Report-Msgid-Bugs-To: \n"
1313"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"
1515"Last-Translator: \n"
16- "Language: es\n"
1716"Language-Team: python-doc-es\n"
18- "Plural-Forms: nplurals=2; plural=(n != 1); \n"
17+ "Language: es \n"
1918"MIME-Version: 1.0\n"
2019"Content-Type: text/plain; charset=utf-8\n"
2120"Content-Transfer-Encoding: 8bit\n"
21+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
2222"Generated-By: Babel 2.16.0\n"
23+ "X-Generator: Poedit 3.6\n"
2324
2425#: ../Doc/c-api/none.rst:6
2526msgid "The ``None`` Object"
2627msgstr "El objeto ``None``"
2728
2829#: ../Doc/c-api/none.rst:10
29- #, fuzzy
3030msgid ""
3131"Note that the :c:type:`PyTypeObject` for ``None`` is not directly exposed in "
3232"the Python/C API. Since ``None`` is a singleton, testing for object "
3333"identity (using ``==`` in C) is sufficient. There is no :c:func:`!"
3434"PyNone_Check` function for the same reason."
3535msgstr ""
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."
4040
4141#: ../Doc/c-api/none.rst:18
4242msgid ""
4343"The Python ``None`` object, denoting lack of value. This object has no "
4444"methods and is :term:`immortal`."
4545msgstr ""
46+ "El objeto Python ``None``, que denota falta de valor. Este objeto no tiene "
47+ "métodos y es :term:`inmortal`."
4648
4749#: ../Doc/c-api/none.rst:21
4850msgid ":c:data:`Py_None` is :term:`immortal`."
49- msgstr ""
51+ msgstr ":c:data:`Py_None` es :term:`inmortal`. "
5052
5153#: ../Doc/c-api/none.rst:26
5254msgid "Return :c:data:`Py_None` from a function."
53- msgstr ""
55+ msgstr "Retorna :c:data:`Py_None` desde una función. "
5456
5557#: ../Doc/c-api/none.rst:8
5658msgid "object"
57- msgstr ""
59+ msgstr "objeto "
5860
5961#: ../Doc/c-api/none.rst:8
6062msgid "None"
61- msgstr ""
63+ msgstr "Nada "
0 commit comments