Skip to content

Commit

Permalink
Fix indentation in a recipe (docs)
Browse files Browse the repository at this point in the history
  • Loading branch information
neithere committed May 11, 2016
1 parent 06b6bb1 commit 8ab4a5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/cookbook.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Use `nargs` from argparse by amending the function signature with the
def cmd(patterns=None):
distros = ('abc', 'xyz')
return [d for d in distros if not patterns
or any(p in d for p in patterns)]
or any(p in d for p in patterns)]
Resulting CLI::

Expand Down

0 comments on commit 8ab4a5d

Please sign in to comment.