Skip to content

Commit

Permalink
Merge pull request #311 from stefanv/doc_markup
Browse files Browse the repository at this point in the history
Fix markup in concat docstring
  • Loading branch information
mrocklin committed Jun 8, 2016
2 parents d5cd04a + d993e6a commit 9c031f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolz/itertoolz.py
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ def concat(seqs):
An infinite sequence will prevent the rest of the arguments from
being included.
We use chain.from_iterable rather than chain(*seqs) so that seqs
We use chain.from_iterable rather than ``chain(*seqs)`` so that seqs
can be a generator.
>>> list(concat([[], [1], [2, 3]]))
Expand Down

0 comments on commit 9c031f6

Please sign in to comment.