diff --git a/peps/pep-0735.rst b/peps/pep-0735.rst index b83b4c204..a9d305aa0 100644 --- a/peps/pep-0735.rst +++ b/peps/pep-0735.rst @@ -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.