Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 24f673b

Browse files
committed
fix(tutorial/controlflow): update based on changes from cpython syncing
1 parent 3eef7db commit 24f673b

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

tutorial/controlflow.po

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -170,16 +170,13 @@ msgstr ""
170170
"::"
171171

172172
#: ../../tutorial/controlflow.rst:151
173-
#, fuzzy
174173
msgid ""
175174
"Later we will see more functions that return iterables and take iterables as "
176175
"arguments. In chapter :ref:`tut-structures`, we will discuss in more detail "
177176
"about :func:`list`."
178177
msgstr ""
179-
"待會我們可以看到更多回傳 iterable 和使用 iterable 為引數的函式。最後,也許你"
180-
"會好奇如何從 range 中得到一個 list。解法如下:\n"
181-
"\n"
182-
"::"
178+
"待會我們可以看到更多回傳 iterable 和使用 iterable 為引數的函式。"
179+
"在\\ :ref:`tut-structures`\\ 章節中,我們會討論更多關於 :func:`list` 的細節。"
183180

184181
#: ../../tutorial/controlflow.rst:158
185182
msgid ""
@@ -1130,13 +1127,6 @@ msgstr ""
11301127
"傳遞的是一個可變物件時,呼叫者將看得見被呼叫者對物件做出的任何改變(例如被插"
11311128
"入 list 內的新項目)。"
11321129

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-
11401130
#~ msgid ""
11411131
#~ "If you need to modify the sequence you are iterating over while inside "
11421132
#~ "the loop (for example to duplicate selected items), it is recommended "

0 commit comments

Comments
 (0)