mirror of
https://github.com/django/django.git
synced 2025-08-22 03:24:21 +00:00
[2.1.x] Capitalized "Python" in docs and comments.
Backport of e90af8bad4
from master.
This commit is contained in:
parent
d1b25a64c2
commit
ec0803b1be
13 changed files with 13 additions and 13 deletions
|
@ -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::
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue