Skip to content

Commit 785646c

Browse files
committed
Replace requires with requests in example (#3554)
2 parents 69b12dd + 1495fb0 commit 785646c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

changelog.d/3554.doc.rst

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Changed requires to requests in the pyproject.toml example in the :ref:`Dependency management section of the Quickstart guide <userguide/quickstart:dependency-management>` -- by :user:`mfbutner`

docs/userguide/quickstart.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ The example below show how to configure this kind of dependencies:
309309
# ...
310310
dependencies = [
311311
"docutils",
312-
"requires <= 0.4",
312+
"requests <= 0.4",
313313
]
314314
# ...
315315

0 commit comments

Comments
 (0)