Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 263fd9d

Browse filesBrowse files
committed
Update translation of the word false
1 parent ceddf9c commit 263fd9d
Copy full SHA for 263fd9d

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎tutorial/introduction.po

Copy file name to clipboardExpand all lines: tutorial/introduction.po
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,7 @@ msgid ""
605605
"to), ``>=`` (greater than or equal to) and ``!=`` (not equal to)."
606606
msgstr ""
607607
":keyword:`while` 迴圈只要它的條件為真(此範例:``a < 10``),將會一直重覆執"
608-
"行。在 Python 中如同 C 語言,任何非零的整數值為真 (true);零為偽 (false)。條"
608+
"行。在 Python 中如同 C 語言,任何非零的整數值為真 (true);零為假 (false)。條"
609609
"件可以是字串、list、甚至是任何序列型別;任何非零長度的序列為真,空的序列即為"
610610
"假。本例子使用的條件是個簡單的比較。標準的比較運算子 (comparison operators) "
611611
"使用如同 C 語言一樣的符號:\\ ``<``\\ (小於)、\\ ``>``\\ (大於)、\\ "

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.