Skip to content

Commit 1ba53bb

Browse files
committed
Fix sphinx error
1 parent 8f9b212 commit 1ba53bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/userguide/quickstart.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ library will be used to actually do the packaging.
6363
not recommended. The backend automatically adds ``wheel`` dependency
6464
when it is required, and listing it explicitly causes it to be
6565
unnecessarily required for source distribution builds.
66-
You should only include ``wheel`` in `requires` if you need to explicitly
66+
You should only include ``wheel`` in ``requires`` if you need to explicitly
6767
access it during build time (e.g. if your project needs a ``setup.py``
6868
script that imports ``wheel``).
6969

0 commit comments

Comments
 (0)