File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,6 @@ msgid "Recommended third party tools"
62
62
msgstr "권장 제삼자 도구"
63
63
64
64
#: ../../extending/index.rst:28
65
- #, fuzzy
66
65
msgid ""
67
66
"This guide only covers the basic tools for creating extensions provided "
68
67
"as part of this version of CPython. Third party tools like `Cython "
@@ -72,9 +71,9 @@ msgid ""
72
71
"extensions for Python."
73
72
msgstr ""
74
73
"이 지침서는 이 버전의 CPython의 일부로 제공되는, 확장을 만들기 위한 기본 도구만을 다룹니다. `Cython "
75
- "<http ://cython.org/>`_, `cffi <https://cffi.readthedocs.io>`_, `SWIG "
76
- "<http ://www.swig.org>`_ 와 `Numba <https://numba.pydata.org/>`_ 와 같은 제삼자 "
77
- "도구는 파이썬을 위한 C와 C++ 확장을 만드는 더 간단하고 세련된 접근법을 제공합니다."
74
+ "<https ://cython.org/>`_, `cffi <https://cffi.readthedocs.io>`_, `SWIG "
75
+ "<https ://www.swig.org>`_ 와 `Numba <https://numba.pydata.org/>`_ 와 같은 제삼자"
76
+ " 도구는 파이썬을 위한 C와 C++ 확장을 만드는 더 간단하고 세련된 접근법을 제공합니다."
78
77
79
78
#: ../../extending/index.rst:37
80
79
msgid ""
You can’t perform that action at this time.
0 commit comments