python-simpy (2.3.1-1) 0002-fix-README.txt-encoding.patch

Summary

 README.txt |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

    
download this patch

Patch contents

Description: Fix the README.txt encoding
Author: Nicolas Dandrimont <nicolas.dandrimont@crans.org>
Forwarded: no
Last-Update: 2012-02-01

---

--- python-simpy-2.3.1.orig/README.txt
+++ python-simpy-2.3.1/README.txt
@@ -37,7 +37,7 @@ You can also download and install SimPy
     $ 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()"