README.rst: Avoid using non-ascii character

Replace U+2019 with ascii 0x27.

Change-Id: I16a1d900ebc708be5d958713f1cd8364fe0d9793
This commit is contained in:
YAMAMOTO Takashi
2014-07-23 12:14:10 +09:00
parent 1a7de75b1e
commit 75dc2e3b5e

View File

@@ -20,7 +20,7 @@ Requirements
Because TaskFlow has many optional (pluggable) parts like persistence
backends and engines, we decided to split our requirements into two
parts: - things that are absolutely required by TaskFlow (you cant use
parts: - things that are absolutely required by TaskFlow (you can't use
TaskFlow without them) are put to ``requirements.txt``; - things that
are required by some optional part of TaskFlow (you can use TaskFlow
without them) are put to ``optional-requirements.txt``; if you want to