diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2021-05-09 10:58:14 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-09 10:58:14 -0400 |
| commit | 2decfd25db7e0a7d3d39cd13e1979e50c1c3c889 (patch) | |
| tree | dca27162d2064daaa3287a1bb6f80a9440d01413 /docs | |
| parent | 8771b840b0a2d56c53cd86caf30b4776c8c031ed (diff) | |
| parent | 6f727262240e35e315a66ec0bbb845ad718be127 (diff) | |
| download | python-setuptools-git-2decfd25db7e0a7d3d39cd13e1979e50c1c3c889.tar.gz | |
Merge pull request #2637 from carltongibson/c/fix-example-indent
Corrected indent in setup.cfg example.
Diffstat (limited to 'docs')
| -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 2807f59b..7435d842 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 |
