Skip to content

Commit 0ebfbd6

Browse files
committed
Removes trailing whitespace in README
1 parent 2cc82d2 commit 0ebfbd6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Follow [@cppitertools](https://twitter.com/cppitertools) for updates.
1212

1313
#### Build and Test Status
1414
Status | Compilers
15-
---- | ----
15+
---- | ----
1616
[![Travis Build Status](https://travis-ci.com/ryanhaining/cppitertools.svg?branch=master)](https://travis-ci.com/ryanhaining/cppitertools) | gcc-7 gcc-8 clang-5.0 clang-6.0
1717
[![Appveyor Build Status](https://ci.appveyor.com/api/projects/status/github/ryanhaining/cppitertools?svg=true)](https://ci.appveyor.com/project/ryanhaining/cppitertools) | MSVC 2017 MSVC 2019
1818

@@ -253,11 +253,11 @@ recomputed at each step to avoid accumulating floating point inaccuracies
253253
slower but more accurate.
254254

255255
`range` also supports the following operations:
256-
- `.size()` to get the number of elements in the range (not enabled for
257-
floating point ranges).
256+
- `.size()` to get the number of elements in the range (not enabled for
257+
floating point ranges).
258258
- Accessors for `.start()`, `.stop()`, and `.step()`.
259259
- Indexing. Given a range `r`, `r[n]` is the `n`th element in the range.
260-
260+
261261
enumerate
262262
---------
263263

@@ -782,7 +782,7 @@ batched
782782
batched will yield a given number N of batches containing subsequent elements from an iterable,
783783
assuming the iterable contains at least N elements.
784784
The size of each batch is immaterial, but the implementation guarantees that no two batches will
785-
differ in size by more than 1.
785+
differ in size by more than 1.
786786

787787
Example usage:
788788
```c++

0 commit comments

Comments
 (0)