PEP 735: Fix a typo — "iif" -> "if" (#3685)
This commit is contained in:
parent
3caeb30a58
commit
9c5d66b67d
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue