File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ Records
29
29
30
30
`Records <https://github.com/kennethreitz/records >`_ is minimalist SQL library,
31
31
designed for sending raw SQL queries to various databases. Data can be used
32
- programatically , or exported to a number of useful data formats.
32
+ programmatically , or exported to a number of useful data formats.
33
33
34
34
.. code-block :: console
35
35
Original file line number Diff line number Diff line change @@ -600,7 +600,7 @@ clearer and thus preferred.
600
600
This mechanism is useful for separating concerns and avoiding
601
601
external un-related logic 'polluting' the core logic of the function
602
602
or method. A good example of a piece of functionality that is better handled
603
- with decoration is memoization or caching: you want to store the results of an
603
+ with decoration is memorization or caching: you want to store the results of an
604
604
expensive function in a table and use them directly instead of recomputing
605
605
them when they have already been computed. This is clearly not part
606
606
of the function logic.
Original file line number Diff line number Diff line change @@ -455,9 +455,9 @@ PEP 8
455
455
easy-to-read version of PEP 8 is also available at `pep8.org <http://pep8.org/ >`_.
456
456
457
457
This is highly recommended reading. The entire Python community does their
458
- best to adhere to the guidelines laidout within this document. Some project
458
+ best to adhere to the guidelines laid out within this document. Some project
459
459
may sway from it from time to time, while others may
460
- `ammend its recommendations <http://docs.python-requests.org/en/master/dev/contributing/#kenneth-reitz-s-code-style >`_.
460
+ `amend its recommendations <http://docs.python-requests.org/en/master/dev/contributing/#kenneth-reitz-s-code-style >`_.
461
461
462
462
That being said, conforming your Python code to PEP 8 is generally a good
463
463
idea and helps make code more consistent when working on projects with other
You can’t perform that action at this time.
0 commit comments