8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dffb909 commit 8c3fd1fCopy full SHA for 8c3fd1f
Doc/howto/logging.rst
@@ -127,7 +127,7 @@ that; formatting options will also be explained later.
127
128
Notice that in this example, we use functions directly on the ``logging``
129
module, like ``logging.debug``, rather than creating a logger and calling
130
-functions on it. These functions operation on the root logger, but can be useful
+functions on it. These functions operate on the root logger, but can be useful
131
as they will call :func:`~logging.basicConfig` for you if it has not been called yet, like in
132
this example. In larger programs you'll usually want to control the logging
133
configuration explicitly however - so for that reason as well as others, it's
0 commit comments