File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -560,8 +560,8 @@ msgstr "Python 可以被編譯成機器語言、C 語言或其他種語言嗎?
560
560
561
561
#: ../../faq/design.rst:324
562
562
msgid ""
563
- "`Cython <http ://cython.org/>`_ compiles a modified version of Python with "
564
- "optional annotations into C extensions. `Nuitka <http ://www.nuitka.net/>`_ "
563
+ "`Cython <https ://cython.org/>`_ compiles a modified version of Python with "
564
+ "optional annotations into C extensions. `Nuitka <https ://www.nuitka.net/>`_ "
565
565
"is an up-and-coming compiler of Python into C++ code, aiming to support the "
566
566
"full Python language."
567
567
msgstr ""
@@ -591,8 +591,8 @@ msgstr ""
591
591
592
592
#: ../../faq/design.rst:341
593
593
msgid ""
594
- "Other implementations (such as `Jython <http ://www.jython.org>`_ or `PyPy "
595
- "<http ://www.pypy.org>`_), however, can rely on a different mechanism such as "
594
+ "Other implementations (such as `Jython <https ://www.jython.org>`_ or `PyPy "
595
+ "<https ://www.pypy.org>`_), however, can rely on a different mechanism such as "
596
596
"a full-blown garbage collector. This difference can cause some subtle "
597
597
"porting problems if your Python code depends on the behavior of the "
598
598
"reference counting implementation."
You can’t perform that action at this time.
0 commit comments