Skip to content

Commit 81d6343

Browse files
danish-mehmooddanish@jedirmorshea
authored
docs:fixed two typos inside Dangers of mutability (#1038)
Co-authored-by: danish@jedi <[email protected]> Co-authored-by: Ryan Morshead <[email protected]>
1 parent b1a2516 commit 81d6343

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

Diff for: docs/source/guides/adding-interactivity/dangers-of-mutability/index.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ facilitate change:
4242
values are equivalent with the ``==`` or ``!=`` operators.
4343

4444
Thus far, all the values we've been working with have been immutable. These include
45-
:class:`int`, :class:`float`, :class:`str`, and :class:`bool` values. As a result, we've
46-
have not had to consider the consiquences of mutations.
45+
:class:`int`, :class:`float`, :class:`str`, and :class:`bool` values. As a result, we
46+
have not had to consider the consequences of mutations.
4747

4848

4949
.. _Why Avoid Mutation:

0 commit comments

Comments
 (0)