Standardize on American English for the Guide

This commit is contained in:
Andrew Janke
2018-12-18 02:32:06 -05:00
parent 0dfc4c3555
commit a2555b9852
4 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -182,7 +182,7 @@ comment block is a programmer's note. The docstring describes the
Unlike block comments, docstrings are built into the Python language itself.
This means you can use all of Python's powerful introspection capabilities to
access docstrings at runtime, compared with comments which are optimised out.
access docstrings at runtime, compared with comments which are optimized out.
Docstrings are accessible from both the `__doc__` dunder attribute for almost
every Python object, as well as with the built in `help()` function.