diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2021-05-19 17:14:46 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-19 17:14:46 -0400 |
| commit | dc7eabef4ee59134c7c3f49604dd9131aebcde72 (patch) | |
| tree | 177323031ee722b95996379ad8089e908871b098 | |
| parent | 27107cb087e89444f2b7d7ce0e4bac11b2e22478 (diff) | |
| parent | dda5620ffae39d23dc303284d28fe693ff5e7b25 (diff) | |
| download | python-setuptools-git-dc7eabef4ee59134c7c3f49604dd9131aebcde72.tar.gz | |
Merge pull request #2668 from carltongibson/c/fix-example-indent
Corrected tabs for spaces in quickstart example.
| -rw-r--r-- | docs/userguide/quickstart.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/userguide/quickstart.rst b/docs/userguide/quickstart.rst index 5d4dd37b..68e0443c 100644 --- a/docs/userguide/quickstart.rst +++ b/docs/userguide/quickstart.rst @@ -52,8 +52,8 @@ the minimum [options] packages = mypackage install_requires = - requests - importlib; python_version == "2.6" + requests + importlib; python_version == "2.6" .. tab:: setup.py |
