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.
2 parents 1e2df84 + 9adf852 commit be36407Copy full SHA for be36407
source/c01/p10_remove_duplicates_from_seq_order.rst
@@ -19,7 +19,7 @@
19
for item in items:
20
if item not in seen:
21
yield item
22
- seen.add(item)
+ seen.add(item)
23
下面是使用上述函数的例子:
24
25
.. code-block:: python
0 commit comments