Skip to content

Commit 44abaeb

Browse files
committed
fix: original content
1 parent 36df673 commit 44abaeb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

faq/design.po

+4-4
Original file line numberDiff line numberDiff line change
@@ -560,8 +560,8 @@ msgstr "Python 可以被編譯成機器語言、C 語言或其他種語言嗎?
560560

561561
#: ../../faq/design.rst:324
562562
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/>`_ "
565565
"is an up-and-coming compiler of Python into C++ code, aiming to support the "
566566
"full Python language."
567567
msgstr ""
@@ -591,8 +591,8 @@ msgstr ""
591591

592592
#: ../../faq/design.rst:341
593593
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 "
596596
"a full-blown garbage collector. This difference can cause some subtle "
597597
"porting problems if your Python code depends on the behavior of the "
598598
"reference counting implementation."

0 commit comments

Comments
 (0)