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.
1 parent 49d4185 commit 4f6eb5cCopy full SHA for 4f6eb5c
docs/source/adding-interactivity/dangers-of-mutability/index.rst
@@ -554,8 +554,8 @@ Removing Set Items
554
s & values
555
556
To remove items from sets you can use the various binary operators or their associated
557
-methods to return new sets without mutating them. As before when :ref:`adding items to
558
-sets` you need to avoid using the inline assignment operators since that will
+methods to return new sets without mutating them. As before when :ref:`adding set items`
+you need to avoid using the inline assignment operators since that will
559
(counterintuitively) mutate the original set rather than given you a new one:
560
561
.. idom:: _examples/set_remove
0 commit comments