From 4369126734449fdefedbf845f758dccf1461eba4 Mon Sep 17 00:00:00 2001 From: Jeff Quast Date: Wed, 19 Mar 2014 21:43:25 -0700 Subject: spelling error, desciptor -> descriptor. --- blessings/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- cgit v1.2.1