Skip to content

Commit 8c3fd1f

Browse files
authored
docs(logging): fix phrasing from "operation on" to "operate on" (#127543)
1 parent dffb909 commit 8c3fd1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/howto/logging.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ that; formatting options will also be explained later.
127127

128128
Notice that in this example, we use functions directly on the ``logging``
129129
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
130+
functions on it. These functions operate on the root logger, but can be useful
131131
as they will call :func:`~logging.basicConfig` for you if it has not been called yet, like in
132132
this example. In larger programs you'll usually want to control the logging
133133
configuration explicitly however - so for that reason as well as others, it's

0 commit comments

Comments
 (0)