Capitalized "Python" in docs and comments.

This commit is contained in:
Jon Dufresne 2018-10-09 06:26:07 -07:00 committed by Tim Graham
parent 31c0348687
commit e90af8bad4
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::