Skip to content

Commit

Permalink
Typo fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
idlesign committed Jan 28, 2020
1 parent a881544 commit b25ce98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -40,7 +40,7 @@ Usage
# This one line in most cases would be enough.
# By default it attaches systemd logging handler to a root Python logger.
init_systemd_logging() # Returns True is initialization went fine.
init_systemd_logging() # Returns True if initialization went fine.
# Now you can use logging as usual.
logger = logging.getLogger(__name__)
Expand Down
2 changes: 1 addition & 1 deletion docs/source/quickstart.rst
Expand Up @@ -10,7 +10,7 @@ Quickstart
# This one line in most cases would be enough.
# By default it attaches systemd logging handler to a root Python logger.
init_systemd_logging() # Returns True is initialization went fine.
init_systemd_logging() # Returns True if initialization went fine.
# Now you can use logging as usual.
logger = logging.getLogger(__name__)
Expand Down

0 comments on commit b25ce98

Please sign in to comment.