python-rope / rope

a python refactoring library
GNU Lesser General Public License v3.0
1.96k stars 164 forks source link

Small typo in https://rope.readthedocs.io/en/latest/contributing.html #718

Closed tkrabel closed 1 year ago

tkrabel commented 1 year ago

Description

In https://rope.readthedocs.io/en/latest/contributing.html, it says to do a dev install with

pip install -e .[dev]

This should rather be:

pip install -e ".[dev]"