[2.1.x] Capitalized "Python" in docs and comments.

Backport of e90af8bad4 from master.
This commit is contained in:
Jon Dufresne 2018-10-09 06:26:07 -07:00 committed by Tim Graham
parent d1b25a64c2
commit ec0803b1be
13 changed files with 13 additions and 13 deletions

View file

@ -148,7 +148,7 @@ by a name. This name is used to identify the logger for configuration
purposes.
By convention, the logger name is usually ``__name__``, the name of
the python module that contains the logger. This allows you to filter
the Python module that contains the logger. This allows you to filter
and handle logging calls on a per-module basis. However, if you have
some other way of organizing your logging messages, you can provide
any dot-separated name to identify your logger::