docs:fixed two typos inside Dangers of mutability (#1038)
Co-authored-by: danish@jedi <danish.mehmood@attech-ltd.com> Co-authored-by: Ryan Morshead <ryan.morshead@gmail.com>
This commit is contained in:
parent
b1a251684d
commit
81d6343f94
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue