From ec0803b1be161afe4db41d152fe6ed11eb6ff69c Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Tue, 9 Oct 2018 06:26:07 -0700 Subject: [2.1.x] Capitalized "Python" in docs and comments. Backport of e90af8bad44341cf8ebd469dac57b61a95667c1d from master. --- docs/topics/logging.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/topics') diff --git a/docs/topics/logging.txt b/docs/topics/logging.txt index 0e0700c618..6badc17568 100644 --- a/docs/topics/logging.txt +++ b/docs/topics/logging.txt @@ -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:: -- cgit v1.3