package/python-pexpect: replace utf-8 apostrophe by ascii single quote
authorPeter Seiderer <ps.report@gmx.net>
Tue, 7 May 2019 21:30:23 +0000 (23:30 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Wed, 8 May 2019 07:15:37 +0000 (09:15 +0200)
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/python-pexpect/Config.in

index 58a3af5783ed827a32205caf3abd2b7f45d0c79c..cee4606c1b5b77bec7ab702b94123e2cf5f9a04b 100644 (file)
@@ -4,7 +4,7 @@ config BR2_PACKAGE_PYTHON_PEXPECT
        help
          Pexpect is a pure Python module for spawning child
          applications; controlling them; and responding to expected
-         patterns in their output. Pexpect works like Don Libes
+         patterns in their output. Pexpect works like Don Libes'
          Expect. Pexpect allows your script to spawn a child
          application and control it as if a human were typing
          commands.