We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e2df84 commit 9adf852Copy full SHA for 9adf852
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