Skip to content

Commit

Permalink
Correct typo in README (#785)
Browse files Browse the repository at this point in the history
  • Loading branch information
DeflateAwning committed Jan 20, 2023
1 parent 09461e4 commit 07f94f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ The standard logging is bloated with arguments like ``datefmt`` or ``msecs``, ``
Suitable for scripts and libraries
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Using the logger in your scripts is easy, and you can |configure|_ it at start. To use `Loguru` from inside a library, remember to never call |add|_ but use |disable|_ instead so logging functions become no-op. If a developer wishes to see your library's logs, he can |enable|_ it again.
Using the logger in your scripts is easy, and you can |configure|_ it at start. To use `Loguru` from inside a library, remember to never call |add|_ but use |disable|_ instead so logging functions become no-op. If a developer wishes to see your library's logs, they can |enable|_ it again.

::

Expand Down

0 comments on commit 07f94f3

Please sign in to comment.