Skip to content

Commit

Permalink
spelling error, desciptor -> descriptor.
Browse files Browse the repository at this point in the history
  • Loading branch information
jquast committed Mar 20, 2014
1 parent 1a463ac commit 4369126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blessings/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def __init__(self, kind=None, stream=None, force_styling=False):
self._does_styling = ((self.is_a_tty or force_styling) and
force_styling is not None)

# The desciptor to direct terminal initialization sequences to.
# The descriptor to direct terminal initialization sequences to.
# sys.__stdout__ seems to always have a descriptor of 1, even if output
# is redirected.
self._init_descriptor = (sys.__stdout__.fileno()
Expand Down

0 comments on commit 4369126

Please sign in to comment.