Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Revert 'immortal' term usage pending general resolution
  • Loading branch information
cacrespo committed Feb 15, 2026
commit 117c87d2719237fb6e445bff60898bfd8ff35fc1
10 changes: 5 additions & 5 deletions c-api/none.po
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ msgstr ""
"Project-Id-Version: Python 3.8\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-11-21 16:38-0300\n"
"PO-Revision-Date: 2025-06-09 16:42-0500\n"
"Last-Translator: \n"
"PO-Revision-Date: 2026-02-15 15:48-0300\n"
"Last-Translator: Carlos A. Crespo <lvccrespo@gmail.com>\n"
"Language-Team: python-doc-es\n"
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Generated-By: Babel 2.16.0\n"
"X-Generator: Poedit 3.6\n"
"X-Generator: Poedit 3.0.1\n"

#: ../Doc/c-api/none.rst:6
msgid "The ``None`` Object"
Expand All @@ -44,11 +44,11 @@ msgid ""
"methods and is :term:`immortal`."
msgstr ""
"El objeto Python ``None``, que denota falta de valor. Este objeto no tiene "
"métodos y es :term:`inmortal`."
"métodos y es :term:`immortal`."

#: ../Doc/c-api/none.rst:21
msgid ":c:data:`Py_None` is :term:`immortal`."
msgstr ":c:data:`Py_None` es :term:`inmortal`."
msgstr ":c:data:`Py_None` es :term:`immortal`."

#: ../Doc/c-api/none.rst:26
msgid "Return :c:data:`Py_None` from a function."
Expand Down