Skip to content

Commit 5a7f4aa

Browse files
authored
Escapes '<' and '>' in zip_longest description
1 parent 3f45464 commit 5a7f4aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ Repeatedly yields a tuple of `boost::optional<T>`s where `T` is the type
579579
yielded by the sequences' respective iterators. Because of its boost
580580
dependency, `zip_longest` is not in `itertools.hpp` and must be included
581581
separately.
582-
The following loop prints either "Just <item>" or "Nothing" for each
582+
The following loop prints either "Just \<item\>" or "Nothing" for each
583583
element in each tuple yielded.
584584
585585
```c++

0 commit comments

Comments
 (0)