Skip to content

Commit 4f6eb5c

Browse files
committed
fix label
1 parent 49d4185 commit 4f6eb5c

File tree

1 file changed

+2
-2
lines changed
  • docs/source/adding-interactivity/dangers-of-mutability

1 file changed

+2
-2
lines changed

docs/source/adding-interactivity/dangers-of-mutability/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -554,8 +554,8 @@ Removing Set Items
554554
s & values
555555
556556
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
557+
methods to return new sets without mutating them. As before when :ref:`adding set items`
558+
you need to avoid using the inline assignment operators since that will
559559
(counterintuitively) mutate the original set rather than given you a new one:
560560

561561
.. idom:: _examples/set_remove

0 commit comments

Comments
 (0)