Skip to content

Commit 6a5b537

Browse files
authored
translate reference/simple_stmts.po (#1215)
1 parent 2a5f362 commit 6a5b537

File tree

2 files changed

+356
-60
lines changed

2 files changed

+356
-60
lines changed

faq/programming.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -911,7 +911,7 @@ msgstr ""
911911
"我們可以看到,在這種情況下 ``x`` 和 ``y`` 不再相等。這是因為整數是 "
912912
":term:`immutable`,當我們執行 ``x = x + 1`` 時,我們並沒有透過增加 int "
913913
"``5`` 的值來改變它;相反地,我們建立了一個新物件(int ``6``)並將其賦值"
914-
"給 ``x``(也就是說,更改 ``x`` 所參照的物件)。在這個賦值之後,我們有兩"
914+
"給 ``x``\\ (也就是說,更改 ``x`` 所參照的物件)。在這個賦值之後,我們有兩"
915915
"個物件(整數 ``6`` 和 ``5``)和兩個參照它們的變數(``x`` 現在參照 "
916916
"``6``,但 ``y`` 仍然參照 ``5``)。"
917917

0 commit comments

Comments
 (0)