| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -11,15 +11,16 @@ msgstr "" | |||
| 11 | 11 | "Project-Id-Version: Python 3.8\n" | |
| 12 | 12 | "Report-Msgid-Bugs-To: \n" | |
| 13 | 13 | "POT-Creation-Date: 2021-10-16 21:42+0200\n" | |
| 14 | - "PO-Revision-Date: 2020-06-26 22:37+0200\n" | ||
| 15 | - "Last-Translator: Cristián Maureira-Fredes <cmaureirafredes@gmail.com>\n" | ||
| 14 | + "PO-Revision-Date: 2021-11-12 10:39+0800\n" | ||
| 15 | + "Last-Translator: Rodrigo Tobar <rtobarc@gmail.com>\n" | ||
| 16 | 16 | "Language: es\n" | |
| 17 | 17 | "Language-Team: python-doc-es\n" | |
| 18 | - "Plural-Forms: nplurals=2; plural=(n != 1)\n" | ||
| 18 | + "Plural-Forms: nplurals=2; plural=(n != 1);\n" | ||
| 19 | 19 | "MIME-Version: 1.0\n" | |
| 20 | 20 | "Content-Type: text/plain; charset=utf-8\n" | |
| 21 | 21 | "Content-Transfer-Encoding: 8bit\n" | |
| 22 | 22 | "Generated-By: Babel 2.9.1\n" | |
| 23 | + "X-Generator: Poedit 3.0\n" | ||
| 23 | 24 | ||
| 24 | 25 | #: ../Doc/extending/newtypes_tutorial.rst:7 | |
| 25 | 26 | msgid "Defining Extension Types: Tutorial" | |
@@ -136,7 +137,6 @@ msgid "The first bit is::" | |||
| 136 | 137 | msgstr "La primera parte es::" | |
| 137 | 138 | ||
| 138 | 139 | #: ../Doc/extending/newtypes_tutorial.rst:67 | |
| 139 | - #, fuzzy | ||
| 140 | 140 | msgid "" | |
| 141 | 141 | "This is what a Custom object will contain. ``PyObject_HEAD`` is mandatory " | |
| 142 | 142 | "at the start of each object struct and defines a field called ``ob_base`` of " | |
@@ -152,7 +152,7 @@ msgstr "" | |||
| 152 | 152 | "objeto de tipo y un recuento de referencia (estos pueden ser accedidos " | |
| 153 | 153 | "mediante las macros :c:macro:`Py_REFCNT` y :c:macro:`Py_TYPE` " | |
| 154 | 154 | "respectivamente). El motivo de la macro es abstraer el diseño y habilitar " | |
| 155 | - "campos adicionales en las compilaciones de depuración." | ||
| 155 | + "campos adicionales en las :ref:`compilaciones de depuración <debug-build>`." | ||
| 156 | 156 | ||
| 157 | 157 | #: ../Doc/extending/newtypes_tutorial.rst:76 | |
| 158 | 158 | msgid "" | |
| Back | FazBrowse Home | New Git URL |
0 commit comments