From 60c835e5d5f3cfce99e8160809b27bab2a663bf1 Mon Sep 17 00:00:00 2001
From: Nicolas Dandrimont <nicolas.dandrimont@crans.org>
Date: Thu, 8 Oct 2015 13:07:09 -0700
Subject: Fix the README.txt encoding

Forwarded: no
Last-Update: 2012-02-01

Patch-Name: 0002-fix-README.txt-encoding.patch
---
 README.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.txt b/README.txt
index fe64f4a..f67f23a 100644
--- a/README.txt
+++ b/README.txt
@@ -37,7 +37,7 @@ You can also download and install SimPy manually::
     $ cd where/you/put/simpy/
     $ python setup.py install
 
-To run SimPy’s test suite on your installation, execute::
+To run SimPy's test suite on your installation, execute::
 
     $ python -c "import SimPy; SimPy.test()"
 
