Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6aa7468

Browse files
committed
Fix c:type instead c:tipo errors
1 parent 3003ffe commit 6aa7468

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

library/ctypes.po

Lines changed: 5 additions & 5 deletions
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-06-13 08:16-0500\n"
14+
"PO-Revision-Date: 2020-06-13 14:46-0500\n"
1515
"Language-Team: python-doc-es\n"
1616
"MIME-Version: 1.0\n"
1717
"Content-Type: text/plain; charset=utf-8\n"
@@ -316,7 +316,7 @@ msgstr ":class:`c_bool`"
316316

317317
#: ../Doc/library/ctypes.rst:218
318318
msgid ":c:type:`_Bool`"
319-
msgstr ":c:tipo:`_Bool`"
319+
msgstr ":c:type:`_Bool`"
320320

321321
#: ../Doc/library/ctypes.rst:218
322322
msgid "bool (1)"
@@ -328,7 +328,7 @@ msgstr ":class:`c_char`"
328328

329329
#: ../Doc/library/ctypes.rst:220 ../Doc/library/ctypes.rst:224
330330
msgid ":c:type:`char`"
331-
msgstr ":c:tipo:`char`"
331+
msgstr ":c:type:`char`"
332332

333333
#: ../Doc/library/ctypes.rst:220
334334
msgid "1-character bytes object"
@@ -405,7 +405,7 @@ msgstr ":clase:`c_long`"
405405

406406
#: ../Doc/library/ctypes.rst:236
407407
msgid ":c:type:`long`"
408-
msgstr ":c:tipo:`long`"
408+
msgstr ":c:type:`long`"
409409

410410
#: ../Doc/library/ctypes.rst:238
411411
msgid ":class:`c_ulong`"
@@ -429,7 +429,7 @@ msgstr ":clase:`c_ulonglong`"
429429

430430
#: ../Doc/library/ctypes.rst:242
431431
msgid ":c:type:`unsigned __int64` or :c:type:`unsigned long long`"
432-
msgstr ":c:tipo:`unsigned __int64` o :c:tipo:`unsigned long long`"
432+
msgstr ":c:type:`unsigned __int64` o :c:type:`unsigned long long`"
433433

434434
#: ../Doc/library/ctypes.rst:245
435435
msgid ":class:`c_size_t`"

0 commit comments

Comments
 (0)