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

Skip to content

Commit 405c90b

Browse files
committed
fix(library/netrc): modify based on review comments
1 parent 130c3e1 commit 405c90b

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

library/netrc.po

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ msgstr ""
5656
"exc:`FileNotFoundError` 例外。剖析錯誤會引發 :exc:`NetrcParseError`,其帶有包"
5757
"括檔案名稱、列號和終止標記的診斷資訊。如果在 POSIX 系統上未指定引數,且若檔案"
5858
"所有權或權限不安全(擁有者與運行該行程的使用者不同,或者可供任何其他使用者讀"
59-
"取或寫入),存有密碼的 .netrc 檔案將會引發 :exc:`NetrcParseError`。這實作了"
60-
" ftp 和其他使用 .netrc 程式等效的安全行為。"
59+
"取或寫入),存有密碼的 :file:`.netrc` 檔案將會引發 :exc:`NetrcParseError`。"
60+
"實作了與 ftp 和其他使用 :file:`.netrc` 程式等效的安全行為。"
6161

6262
#: ../../library/netrc.rst:35
6363
msgid "Added the POSIX permission check."
@@ -80,9 +80,10 @@ msgid ""
8080
"characters. If the login name is anonymous, it won't trigger the security "
8181
"check."
8282
msgstr ""
83-
":class:`netrc` 在使用區域限定編碼前會先嘗試 UTF-8 編碼。netrc 檔案中的條目就"
84-
"不再需要包含所有標記,缺少的標記值被預設為空字串。現在所有標記及其值都可以包"
85-
"含任意字元,例如空格和非 ASCII 字元。如果登入名稱為匿名,就不會觸發安全檢查。"
83+
":class:`netrc` 在使用特定語言環境編碼前會先嘗試 UTF-8 編碼。netrc 檔案中的條"
84+
"目就不再需要包含所有標記,缺少的標記值被預設為空字串。現在所有標記及其值都可"
85+
"以包含任意字元,例如空格和非 ASCII 字元。如果登入名稱為匿名,就不會觸發安全檢"
86+
"查。"
8687

8788
#: ../../library/netrc.rst:52
8889
msgid ""

0 commit comments

Comments
 (0)