Skip to content

Commit

Permalink
Corrected indent in setup.cfg example.
Browse files Browse the repository at this point in the history
  • Loading branch information
carltongibson committed Apr 12, 2021
1 parent 1d330f9 commit 6f72726
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/userguide/quickstart.rst
Expand Up @@ -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

Expand Down

2 comments on commit 6f72726

@mgorny
Copy link
Contributor

@mgorny mgorny commented on 6f72726 May 10, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems that some accidental (?) tabs entered in here. On 8-char tab terminal, this looks like the following now:

               requests
           importlib; python_version == "2.6"

@carltongibson
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good spot. (That'll be the GH web editor — must check if there's a setting for that somewhere...) Thanks! #2668

Please sign in to comment.