Skip to content

Commit

Permalink
Fix misspelling in docs/requirements.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Brett Cannon <brett@python.org>
  • Loading branch information
abravalheri and brettcannon committed Jan 20, 2022
1 parent 6b0be44 commit 01038fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/requirements.rst
Expand Up @@ -47,7 +47,7 @@ Usage
set()
>>> url_req.marker
<Marker('os_name == "a"')>
>>> # You can do simple comparissons between requirement objects:
>>> # You can do simple comparisons between requirement objects:
>>> Requirement("packaging") == Requirement("packaging")
True
>>> # You can also do simple comparissons between sets of requirements:
Expand Down

0 comments on commit 01038fa

Please sign in to comment.