Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
willmcgugan committed Apr 16, 2024
1 parent 0de44da commit 787331e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/textual/logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def __init__(self, stderr: bool = True, stdout: bool = False) -> None:
Args:
stderr: Log to stderr when there is no active app.
stdout: Log to stdout when there is not active app.
stdout: Log to stdout when there is no active app.
"""
super().__init__()
self._stderr = stderr
Expand Down

0 comments on commit 787331e

Please sign in to comment.