Skip to content

Commit

Permalink
docs:fixed two typos inside Dangers of mutability (#1038)
Browse files Browse the repository at this point in the history
Co-authored-by: danish@jedi <[email protected]>
Co-authored-by: Ryan Morshead <[email protected]>
  • Loading branch information
3 people authored Jun 10, 2023
1 parent b1a2516 commit 81d6343
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ facilitate change:
values are equivalent with the ``==`` or ``!=`` operators.

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


.. _Why Avoid Mutation:
Expand Down

0 comments on commit 81d6343

Please sign in to comment.