README.rst: Avoid using non-ascii character
Replace U+2019 with ascii 0x27. Change-Id: I16a1d900ebc708be5d958713f1cd8364fe0d9793
This commit is contained in:
@@ -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 can’t 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
|
||||
|
||||
Reference in New Issue
Block a user