summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEevee (Alex Munroe) <eevee.git@veekun.com>2014-03-29 15:20:29 -0700
committerEevee (Alex Munroe) <eevee.git@veekun.com>2014-03-29 15:20:29 -0700
commite5f9e9288ad9f8c9bf54dda41cec87a428ae3efb (patch)
treee6e9b1faa1c1e0a99e1f10db09216c2a231f4298 /docs
parent7dffcd375e5ec6cb67d55eff9e01544b31ce6259 (diff)
downloadpyscss-e5f9e9288ad9f8c9bf54dda41cec87a428ae3efb.tar.gz
We actually require 2.6; str.format didn't exist in 2.5.
Diffstat (limited to 'docs')
-rw-r--r--docs/usage.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/usage.rst b/docs/usage.rst
index 5287298..7d451fb 100644
--- a/docs/usage.rst
+++ b/docs/usage.rst
@@ -4,7 +4,7 @@ Installation and usage
Installation
------------
-pyScss requires only Python 2.5 or later, including Python 3.x. PyPy is also
+pyScss requires only Python 2.6 or later, including Python 3.x. PyPy is also
known to work. Install with pip::
pip install pyScss