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

Skip to content

Commit 8a436c4

Browse files
committed
Update with reviewer's comment
1 parent d860d58 commit 8a436c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

library/venv.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ msgid ""
458458
"provided :class:`EnvBuilder` class as a base class."
459459
msgstr ""
460460
"第三方虛擬環境工具的建立者可以自由地使用 :class:`EnvBuilder` class 作"
461-
"為 base class(基礎類別)使用."
461+
"為 base class(基底類別)使用."
462462

463463
#: ../../library/venv.rst:187
464464
msgid "The returned env-builder is an object which has a method, ``create``:"
@@ -473,7 +473,7 @@ msgid ""
473473
msgstr ""
474474
"透過指定將會容納虛擬環境的目標目錄來建立一個虛擬環境(絕對路徑或"
475475
"相對路徑到該目錄),也就是在該目錄中容納虛擬環境。"
476-
"``create`` method 將會在指定的目錄下創建環境,或是觸發"
476+
"``create`` method 將會在指定的目錄下建立環境,或是觸發"
477477
"適當的例外。"
478478

479479
#: ../../library/venv.rst:197
@@ -513,7 +513,7 @@ msgid ""
513513
"The returned context object is a :class:`types.SimpleNamespace` with the "
514514
"following attributes:"
515515
msgstr ""
516-
"回傳的內容物件(context object)其型別會是 :class:`types.SimpleNamespace`,"
516+
"回傳的情境物件(context object)其型別會是 :class:`types.SimpleNamespace`,"
517517
"並包含以下屬性:"
518518

519519
#: ../../library/venv.rst:228

0 commit comments

Comments
 (0)