Skip to content

Commit

Permalink
docs(logging): fix phrasing from "operation on" to "operate on" (#127543
Browse files Browse the repository at this point in the history
)
  • Loading branch information
geochip authored Dec 3, 2024
1 parent dffb909 commit 8c3fd1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/howto/logging.rst
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ that; formatting options will also be explained later.

Notice that in this example, we use functions directly on the ``logging``
module, like ``logging.debug``, rather than creating a logger and calling
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
as they will call :func:`~logging.basicConfig` for you if it has not been called yet, like in
this example. In larger programs you'll usually want to control the logging
configuration explicitly however - so for that reason as well as others, it's
Expand Down

0 comments on commit 8c3fd1f

Please sign in to comment.