File tree 1 file changed +2
-12
lines changed 1 file changed +2
-12
lines changed Original file line number Diff line number Diff line change @@ -170,16 +170,13 @@ msgstr ""
170
170
"::"
171
171
172
172
#: ../../tutorial/controlflow.rst:151
173
- #, fuzzy
174
173
msgid ""
175
174
"Later we will see more functions that return iterables and take iterables as "
176
175
"arguments. In chapter :ref:`tut-structures`, we will discuss in more detail "
177
176
"about :func:`list`."
178
177
msgstr ""
179
- "待會我們可以看到更多回傳 iterable 和使用 iterable 為引數的函式。最後,也許你"
180
- "會好奇如何從 range 中得到一個 list。解法如下:\n"
181
- "\n"
182
- "::"
178
+ "待會我們可以看到更多回傳 iterable 和使用 iterable 為引數的函式。"
179
+ "在\\ :ref:`tut-structures`\\ 章節中,我們會討論更多關於 :func:`list` 的細節。"
183
180
184
181
#: ../../tutorial/controlflow.rst:158
185
182
msgid ""
@@ -1130,13 +1127,6 @@ msgstr ""
1130
1127
"傳遞的是一個可變物件時,呼叫者將看得見被呼叫者對物件做出的任何改變(例如被插"
1131
1128
"入 list 內的新項目)。"
1132
1129
1133
- #~ msgid ""
1134
- #~ "In chapter :ref:`tut-structures`, we will discuss in more detail about :"
1135
- #~ "func:`list`."
1136
- #~ msgstr ""
1137
- #~ "在\\ :ref:`tut-structures`\\ 章節中,我們會討論更多關於 :func:`list` 的細"
1138
- #~ "節。"
1139
-
1140
1130
#~ msgid ""
1141
1131
#~ "If you need to modify the sequence you are iterating over while inside "
1142
1132
#~ "the loop (for example to duplicate selected items), it is recommended "
You can’t perform that action at this time.
0 commit comments