Skip to content

Commit 7ff7ccc

Browse files
committed
[keras/datasets/reuters.py] Resolve E501
1 parent 04f92e1 commit 7ff7ccc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

keras/datasets/reuters.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ def load_data(
7373
maxlen: int or None. Maximum sequence length.
7474
Any longer sequence will be truncated. None means no truncation.
7575
Defaults to `None`.
76-
test_split: Float between `0.` and `1.`. Fraction of the dataset to be used
77-
as test data. 0.2 means that 20% of the dataset is used as
76+
test_split: Float between `0.` and `1.`. Fraction of the dataset to be
77+
used as test data. `0.2` means that 20% of the dataset is used as
7878
test data. Defaults to `0.2`.
7979
seed: int. Seed for reproducible data shuffling.
8080
start_char: int. The start of a sequence will be marked with this

0 commit comments

Comments
 (0)