Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
reference/simple_stmts.po
1 parent 2a5f362 commit 6a5b537Copy full SHA for 6a5b537
2 files changed
faq/programming.po
@@ -911,7 +911,7 @@ msgstr ""
911
"我們可以看到,在這種情況下 ``x`` 和 ``y`` 不再相等。這是因為整數是 "
912
":term:`immutable`,當我們執行 ``x = x + 1`` 時,我們並沒有透過增加 int "
913
"``5`` 的值來改變它;相反地,我們建立了一個新物件(int ``6``)並將其賦值"
914
-"給 ``x``(也就是說,更改 ``x`` 所參照的物件)。在這個賦值之後,我們有兩"
+"給 ``x``\\ (也就是說,更改 ``x`` 所參照的物件)。在這個賦值之後,我們有兩"
915
"個物件(整數 ``6`` 和 ``5``)和兩個參照它們的變數(``x`` 現在參照 "
916
"``6``,但 ``y`` 仍然參照 ``5``)。"
917
0 commit comments