got rid of stray unicode char from README

This commit is contained in:
John Mair 2011-04-24 16:26:43 +12:00
parent 99841eeb68
commit e6f664f8d2
1 changed files with 1 additions and 1 deletions

View File

@ -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 its 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.