pappasam / nvim-repl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Duplicate paragraph in README.md

luciorq opened this issue · comments

Hi,

In the 'FAQ' section of the README.md file, there is some duplicate text, as seen here:

nvim-repl/README.md

Lines 85 to 92 in c56bfb0

One such error might be an `IndentError`. This has to do with quirks related to the default Python interpreter. To get around this, I suggest using [bpython](https://github.com/bpython/bpython) as your default interpreter for Python files. To do this, do the following.
`pip install bpython`
In your ` This has to do with quirks related to the default Python interpreter. To get around this, I suggest using [bpython](https://github.com/bpython/bpython) as your default interpreter for Python files. To do this, do the following.
`pip install bpython`

Thanks