mirror of
https://github.com/django/django.git
synced 2025-11-03 05:13:23 +00:00
Capitalized "Python" in docs and comments.
This commit is contained in:
parent
31c0348687
commit
e90af8bad4
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