File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -458,7 +458,7 @@ msgid ""
458
458
"provided :class:`EnvBuilder` class as a base class."
459
459
msgstr ""
460
460
"第三方虛擬環境工具的建立者可以自由地使用 :class:`EnvBuilder` class 作"
461
- "為 base class(基礎類別 )使用."
461
+ "為 base class(基底類別 )使用."
462
462
463
463
#: ../../library/venv.rst:187
464
464
msgid "The returned env-builder is an object which has a method, ``create``:"
@@ -473,7 +473,7 @@ msgid ""
473
473
msgstr ""
474
474
"透過指定將會容納虛擬環境的目標目錄來建立一個虛擬環境(絕對路徑或"
475
475
"相對路徑到該目錄),也就是在該目錄中容納虛擬環境。"
476
- "``create`` method 將會在指定的目錄下創建環境 ,或是觸發"
476
+ "``create`` method 將會在指定的目錄下建立環境 ,或是觸發"
477
477
"適當的例外。"
478
478
479
479
#: ../../library/venv.rst:197
@@ -513,7 +513,7 @@ msgid ""
513
513
"The returned context object is a :class:`types.SimpleNamespace` with the "
514
514
"following attributes:"
515
515
msgstr ""
516
- "回傳的內容物件 (context object)其型別會是 :class:`types.SimpleNamespace`,"
516
+ "回傳的情境物件 (context object)其型別會是 :class:`types.SimpleNamespace`,"
517
517
"並包含以下屬性:"
518
518
519
519
#: ../../library/venv.rst:228
You can’t perform that action at this time.
0 commit comments