Skip to content

Commit

Permalink
Typo fix if rules.rst (#1163)
Browse files Browse the repository at this point in the history
  • Loading branch information
koen-vg committed Sep 3, 2021
1 parent ac004cb commit ac3274a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/snakefiles/rules.rst
Expand Up @@ -1112,7 +1112,7 @@ This can be done by having them return ``dict()`` objects with the names as the
.. code-block:: python
def myfunc(wildcards):
return { 'foo': '{wildcards.token}.txt'.format(wildcards=wildcards)
return {'foo': '{wildcards.token}.txt'.format(wildcards=wildcards)}
rule:
input: unpack(myfunc)
Expand Down

0 comments on commit ac3274a

Please sign in to comment.