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

Skip to content

Commit 61f7d74

Browse files
committed
Fix class and term translations
1 parent 6aa7468 commit 61f7d74

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 14:46-0500\n"
14+
"PO-Revision-Date: 2020-06-13 17:13-0500\n"
1515
"Language-Team: python-doc-es\n"
1616
"MIME-Version: 1.0\n"
1717
"Content-Type: text/plain; charset=utf-8\n"
@@ -401,15 +401,15 @@ msgstr ":c:type:``unsigned int``"
401401

402402
#: ../Doc/library/ctypes.rst:236
403403
msgid ":class:`c_long`"
404-
msgstr ":clase:`c_long`"
404+
msgstr ":class:`c_long`"
405405

406406
#: ../Doc/library/ctypes.rst:236
407407
msgid ":c:type:`long`"
408408
msgstr ":c:type:`long`"
409409

410410
#: ../Doc/library/ctypes.rst:238
411411
msgid ":class:`c_ulong`"
412-
msgstr ":clase:`c_ulong`"
412+
msgstr ":class:`c_ulong`"
413413

414414
#: ../Doc/library/ctypes.rst:238
415415
msgid ":c:type:`unsigned long`"
@@ -425,7 +425,7 @@ msgstr ":c:type:`__int64` o :c:type:`long long`"
425425

426426
#: ../Doc/library/ctypes.rst:242
427427
msgid ":class:`c_ulonglong`"
428-
msgstr ":clase:`c_ulonglong`"
428+
msgstr ":class:`c_ulonglong`"
429429

430430
#: ../Doc/library/ctypes.rst:242
431431
msgid ":c:type:`unsigned __int64` or :c:type:`unsigned long long`"
@@ -2902,7 +2902,7 @@ msgid ""
29022902
"exact, they are methods of the :term:`metaclass`):"
29032903
msgstr ""
29042904
"Métodos comunes de tipos de datos ctypes, estos son todos métodos de clase "
2905-
"(para ser exactos, son métodos del :término:`metaclass`):"
2905+
"(para ser exactos, son métodos del :term:`metaclass`):"
29062906

29072907
#: ../Doc/library/ctypes.rst:2057
29082908
msgid ""

0 commit comments

Comments
 (0)