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
2929
3030`Records <https://github.com/kennethreitz/records >`_ is minimalist SQL library,
3131designed 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.
3333
3434.. code-block :: console
3535
Original file line number Diff line number Diff line change @@ -600,7 +600,7 @@ clearer and thus preferred.
600600 This mechanism is useful for separating concerns and avoiding
601601external un-related logic 'polluting' the core logic of the function
602602or 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
604604expensive function in a table and use them directly instead of recomputing
605605them when they have already been computed. This is clearly not part
606606of the function logic.
Original file line number Diff line number Diff line change @@ -455,9 +455,9 @@ PEP 8
455455easy-to-read version of PEP 8 is also available at `pep8.org <http://pep8.org/ >`_.
456456
457457This 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
459459may 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 >`_.
461461
462462That being said, conforming your Python code to PEP 8 is generally a good
463463idea and helps make code more consistent when working on projects with other
You can’t perform that action at this time.
0 commit comments