Skip to content

Commit 9edd196

Browse files
authored
Merge pull request #8 from sytays/patch-1
typos fix
2 parents 87c852c + d6a7f11 commit 9edd196

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@
55

66
##### NOTE: Livepython is alpha software. It doesn't handle a lot of edge cases and features may change.
77

8-
Livepython is a desktop app that lets you visually trace, in real-time, the execution of a Python program. In addition, it can track changes in global and local variables as your program is running. Livepython meant to give you a quick grasp of a program's execution flow. It's less messy than sprinkling print statements throughout your code and simpler to use than debuggers/profilers.
8+
Livepython is a desktop app that lets you visually trace, in real-time, the execution of a Python program. In addition, it can track changes in global and local variables as your program is running. Livepython is meant to give you a quick grasp of a program's execution flow. It's less messy than sprinkling print statements throughout your code and simpler to use than debuggers/profilers.
99

1010
Livepython can be launched from the command-line as easily as:
1111

1212
livepython [program] [args...]
1313

1414
**Controls:**
1515

16-
SPACE: Play/pause the program.
16+
SPACE: Play/Pause the program.
1717

1818
Left/Right Arrow: Change speed of execution.
1919

20-
V: Open/close Variable Inspector.
20+
V: Open/Close Variable Inspector.
2121

2222
### Compatibility
2323

0 commit comments

Comments
 (0)