From b37244be9d9ce80f1b00b1d7d5fee308ea176e2b Mon Sep 17 00:00:00 2001 From: Vinta Date: Mon, 16 Mar 2015 15:49:10 +0800 Subject: [PATCH] REPL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aeae9c1e..430f8f09 100644 --- a/README.md +++ b/README.md @@ -144,7 +144,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by ## Interactive Interpreter -*Interactive Python interpreters.* +*Interactive Python interpreters (REPL).* * [IPython](https://github.com/ipython/ipython) - A rich toolkit to help you make the most out of using Python interactively. * [bpython](http://bpython-interpreter.org) – A fancy interface to the Python interpreter.