Skip to content

Commit 54cc072

Browse files
hsiangjenlimattwang44
authored andcommitted
fix: #! to \"shebang\"
1 parent 9be1247 commit 54cc072

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library/venv.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -339,10 +339,10 @@ msgid ""
339339
"window should run it with the correct interpreter without the environment "
340340
"needing to be activated or on the :envvar:`PATH`."
341341
msgstr ""
342-
"為了實現這一點,安裝在虛擬環境中的腳本會有一個 ``#!`` 列,此列指向該環境的 "
342+
"為了實現這一點,安裝在虛擬環境中的腳本會有一個 \"shebang\" 列,此列指向該環境的 "
343343
"Python 直譯器,例如: :samp:`#!/{<path-to-venv>}/bin/python`。這代表無論 :"
344344
"envvar:`!PATH` 的值為何,該腳本都會在直譯器上運行在 Windows 上,如果你安裝"
345-
"了 :ref:`launcher`,則支援 ``#!`` 列處理。因此,在 Windows 檔案總管(Windows "
345+
"了 :ref:`launcher`,則支援 \"shebang\" 列處理。因此,在 Windows 檔案總管(Windows "
346346
"Explorer)中雙擊已安裝的腳本,應該可以在沒有啟用環境或將其加入 :envvar:`!"
347347
"PATH` 的情況下,正確地運行。"
348348

0 commit comments

Comments
 (0)