summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Rose <grinch@grinchcentral.com>2014-04-09 13:00:23 -0400
committerErik Rose <grinch@grinchcentral.com>2014-04-09 13:00:23 -0400
commit70ccc5085d0e0e0b46005b5506ce5e13cdce55ab (patch)
treea29075e87fb20ec1c943aea0ff641226109eb590
parent1a463ac86c7645315195ec012d3caf930ac3c10f (diff)
parent4369126734449fdefedbf845f758dccf1461eba4 (diff)
downloadblessings-70ccc5085d0e0e0b46005b5506ce5e13cdce55ab.tar.gz
Merge pull request #57 from jquast/patch-2
spelling error, desciptor -> descriptor.
-rw-r--r--blessings/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/blessings/__init__.py b/blessings/__init__.py
index 04b10a5..a2254b1 100644
--- a/blessings/__init__.py
+++ b/blessings/__init__.py
@@ -89,7 +89,7 @@ class Terminal(object):
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()