Skip to content

Commit

Permalink
Drop six leftover. (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
icemac authored Dec 3, 2024
1 parent 9d27e16 commit 268d0bb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/using-logging.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ We can load this file and pass its contents to ``configureLoggers``:
configureLoggers(f.read())
.. -> src
>>> import six
>>> six.exec_(src)
>>> exec(src)
When this returns, the root logger is configured to output messages
logged at INFO or above to the console, as we can see in the following
Expand Down

0 comments on commit 268d0bb

Please sign in to comment.