diff --git a/README.rst b/README.rst index bb6d9826..4df22091 100644 --- a/README.rst +++ b/README.rst @@ -35,8 +35,8 @@ Python iterables. | | `substrings_indexes `_, | | | `stagger `_, | | | `windowed_complete `_, | -| | `pairwise `_ | -| | `triplewise `_ | +| | `pairwise `_, | +| | `triplewise `_, | | | `sliding_window `_ | +------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | Augmenting | `count_cycle `_, | @@ -87,8 +87,8 @@ Python iterables. | | `strip `_, | | | `lstrip `_, | | | `rstrip `_, | -| | `filter_except `_ | -| | `map_except `_ | +| | `filter_except `_, | +| | `map_except `_, | | | `nth_or_last `_, | | | `unique_in_window `_, | | | `before_and_after `_, | @@ -96,8 +96,8 @@ Python iterables. | | `take `_, | | | `tail `_, | | | `unique_everseen `_, | -| | `unique_justseen `_ | -| | `duplicates_everseen `_ | +| | `unique_justseen `_, | +| | `duplicates_everseen `_, | | | `duplicates_justseen `_ | +------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | Combinatorics | `distinct_permutations `_, | @@ -113,8 +113,8 @@ Python iterables. | | `random_permutation `_, | | | `random_combination `_, | | | `random_combination_with_replacement `_, | -| | `nth_product `_ | -| | `nth_permutation `_ | +| | `nth_product `_, | +| | `nth_permutation `_, | | | `nth_combination `_ | +------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | Wrapping | `always_iterable `_, |