Skip to content

Commit 263fd9d

Browse files
committed
Update translation of the word false
1 parent ceddf9c commit 263fd9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorial/introduction.po

Lines 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)