From 75dc2e3b5e777eeea6540f286400fa381c6517b6 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Wed, 23 Jul 2014 12:14:10 +0900 Subject: [PATCH] README.rst: Avoid using non-ascii character Replace U+2019 with ascii 0x27. Change-Id: I16a1d900ebc708be5d958713f1cd8364fe0d9793 --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index f16b9688..d75518f3 100644 --- a/README.rst +++ b/README.rst @@ -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