From e6f664f8d2ac6568571b09a138f82d3472977159 Mon Sep 17 00:00:00 2001 From: John Mair Date: Sun, 24 Apr 2011 16:26:43 +1200 Subject: [PATCH] got rid of stray unicode char from README --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index cee6b28a..449529b1 100644 --- a/README.markdown +++ b/README.markdown @@ -107,7 +107,7 @@ the `jump-to` command: ### Runtime invocation Pry can be invoked in the middle of a running program. It opens a Pry -session at the point it’s called and makes all program state at that +session at the point it's called and makes all program state at that point available. When the session ends the program continues with any modifications you made to it.