@@ -772,7 +772,7 @@ msgid ""
772
772
msgstr ""
773
773
"除了實作 :class:`CookiePolicy` 介面所需的功能外,這個類別還允許你阻止或允許網域"
774
774
"名稱設定和接收 cookies。 還有調整嚴格度的控制選項,可讓你稍微收緊相對寬鬆的 "
775
- "Netscape 通訊協定協定 (代價是阻擋一些良性 cookies)。"
775
+ "Netscape 通訊協定 (代價是阻擋一些良性 cookies)。"
776
776
777
777
#: ../../library/http.cookiejar.rst:466
778
778
msgid ""
@@ -804,7 +804,7 @@ msgid ""
804
804
"193.168.1.2 is not."
805
805
msgstr ""
806
806
"封鎖或允許清單中不以點開頭的網域必須與 cookie 網域相等才能匹配。 例如,"
807
- "``\" example.com\" `` 會與封鎖清單項目 ``\" example.com\" `` 匹配,但"
807
+ "``\" example.com\" `` 會與封鎖清單項目 ``\" example.com\" `` 匹配,但 "
808
808
"``\" www.example.com\" `` 則不會。 以點開頭的網域也會與更特定的網域相匹配。例"
809
809
"如,``\" www.example.com\" `` 和 ``\" www.coyote.example.com\" `` 都匹配 "
810
810
"``\" .example.com\" ``\\ (但 ``\" example.com\" `` 本身不匹配)。 IP 位址是例外,它們"
@@ -987,7 +987,7 @@ msgid ""
987
987
msgstr ""
988
988
":class:`Cookie` 實例的 Python 屬性大致對應於各種 cookie 標準中指定的標準 "
989
989
"cookie 屬性。 這個對應關係不是一一對應的,因為有複雜的規則來指定預設值,因為 "
990
- "``max-age` 和 ``expires`` cookie 屬性包含相等的訊息,也因為 :rfc:`2109` "
990
+ "``max-age`` 和 ``expires`` cookie 屬性包含相等的訊息,也因為 :rfc:`2109` "
991
991
"cookie 可能會被 :mod:`http.cookiejar` 從版本 1「降級」到版本 0 (Netscape) "
992
992
"cookie。"
993
993
@@ -1050,7 +1050,7 @@ msgstr ""
1050
1050
1051
1051
#: ../../library/http.cookiejar.rst:675
1052
1052
msgid "``True`` if this is a session cookie."
1053
- msgstr "如果這是session cookie,即為``True`` 。"
1053
+ msgstr "如果這是 session cookie,即為 ``True``。"
1054
1054
1055
1055
#: ../../library/http.cookiejar.rst:680
1056
1056
msgid ""
@@ -1138,7 +1138,7 @@ msgstr "範例"
1138
1138
#: ../../library/http.cookiejar.rst:747
1139
1139
msgid ""
1140
1140
"The first example shows the most common usage of :mod:`http.cookiejar`::"
1141
- msgstr "第一個範例展示了 :mod:`http.cookiejar`: 最常見的用法:"
1141
+ msgstr "第一個範例展示了 :mod:`http.cookiejar`: 最常見的用法: :: "
1142
1142
1143
1143
#: ../../library/http.cookiejar.rst:749
1144
1144
msgid ""
0 commit comments