PEP 735: Fix a typo — "iif" -> "if" (#3685)

This commit is contained in:
Sviatoslav Sydorenko (Святослав Сидоренко) 2024-02-21 04:10:31 +01:00 committed by GitHub
parent 3caeb30a58
commit 9c5d66b67d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -257,7 +257,7 @@ contents of the ``test`` Dependency Group.
Includes are defined to be exactly equivalent to the contents of the named
Dependency Group, inserted into the current group at the location of the include.
For example, iif ``foo = ["a", "b"]`` is one group, and
For example, if ``foo = ["a", "b"]`` is one group, and
``bar = ["c", {include = "foo"}, "d"]`` is another, then ``bar`` should
evaluate to ``["c", "a", "b", "d"]`` when Dependency Group Includes are expanded.