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

Skip to content

Commit 4a02693

Browse files
committed
[po] auto sync bot
1 parent 93a8854 commit 4a02693

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

extending/newtypes_tutorial.po

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ msgid ""
8181
"allows defining heap-allocated extension types using the "
8282
":c:func:`PyType_FromSpec` function, which isn't covered in this tutorial."
8383
msgstr ""
84+
"这里展示的方法是定义 *static* 扩展类型的传统方法。可以适合大部分用途。C API也可以定义在堆上分配的扩展类型,使用 "
85+
":c:func:`PyType_FromSpec` 函数,但不在本入门里讨论。"
8486

8587
#: ../../extending/newtypes_tutorial.rst:50
8688
msgid ""
@@ -109,7 +111,7 @@ msgstr ""
109111

110112
#: ../../extending/newtypes_tutorial.rst:61
111113
msgid "The first bit is::"
112-
msgstr ""
114+
msgstr "结构的第一块是 ::"
113115

114116
#: ../../extending/newtypes_tutorial.rst:67
115117
msgid ""

0 commit comments

Comments
 (0)