File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Let's see how we can use it in Python 3.2+ and the versions before it.
1313Python 3.2+
1414^^^^^^^^^^^
1515
16- Let's implement a ficonnaci calculator and use ``lru_cache ``.
16+ Let's implement a Fibonacci calculator and use ``lru_cache ``.
1717
1818.. code :: python
1919
@@ -41,7 +41,7 @@ Python 2+
4141^^^^^^^^^
4242
4343There are a couple of ways to achieve the same effect. You can create
44- any type of caching machanism . It entirely depends upon your needs. Here
44+ any type of caching mechanism . It entirely depends upon your needs. Here
4545is a generic cache:
4646
4747.. code :: python
@@ -69,5 +69,5 @@ is a generic cache:
6969
7070 `Here <https://www.caktusgroup.com/blog/2015/06/08/testing-client-side-applications-django-post-mortem/ >`__
7171is a fine article by Caktus Group in which they caught a bug in Django
72- which occured due to lru \_ cache . It's an interesting read. Do check it
72+ which occured due to `` lru_cache `` . It's an interesting read. Do check it
7373out.
You can’t perform that action at this time.
0 commit comments