Skip to content

Commit

Permalink
Fix docstring of _log_default.
Browse files Browse the repository at this point in the history
  • Loading branch information
anntzer committed Feb 12, 2013
1 parent eeedc16 commit 8d95e66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IPython/config/application.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def _log_level_changed(self, name, old, new):
def _log_default(self):
"""Start logging for this application.
The default is to log to stdout using a StreamHandler, if no default
The default is to log to stderr using a StreamHandler, if no default
handler already exists. The log level starts at logging.WARN, but this
can be adjusted by setting the ``log_level`` attribute.
"""
Expand Down

0 comments on commit 8d95e66

Please sign in to comment.