summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Quast <contact@jeffquast.com>2014-03-19 21:43:25 -0700
committerJeff Quast <contact@jeffquast.com>2014-03-19 21:43:25 -0700
commit4369126734449fdefedbf845f758dccf1461eba4 (patch)
treea29075e87fb20ec1c943aea0ff641226109eb590
parent1a463ac86c7645315195ec012d3caf930ac3c10f (diff)
downloadblessings-4369126734449fdefedbf845f758dccf1461eba4.tar.gz
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()