Skip to content

Commit ec048ed

Browse files
nzw0301fchollet
authored andcommitted
Fix typo (keras-team#7191)
1 parent 2326950 commit ec048ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

keras/models.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1067,7 +1067,7 @@ def fit_generator(self, generator,
10671067
for the class.
10681068
max_queue_size: Maximum size for the generator queue
10691069
workers: Maximum number of processes to spin up
1070-
use_multiprocessing: Ff True, use process based threading.
1070+
use_multiprocessing: if True, use process based threading.
10711071
Note that because
10721072
this implementation relies on multiprocessing,
10731073
you should not pass

0 commit comments

Comments
 (0)