diff --git a/tqdm/dask.py b/tqdm/dask.py index 730a5e64..6fc7504c 100644 --- a/tqdm/dask.py +++ b/tqdm/dask.py @@ -17,7 +17,7 @@ class TqdmCallback(Callback): """ Parameters ---------- - tqdm_class : optional + tqdm_class : optional `tqdm` class to use for bars [default: `tqdm.auto.tqdm`]. tqdm_kwargs : optional Any other arguments used for all bars. diff --git a/tqdm/keras.py b/tqdm/keras.py index 4a808f15..45caf618 100644 --- a/tqdm/keras.py +++ b/tqdm/keras.py @@ -45,7 +45,7 @@ class TqdmCallback(keras.callbacks.Callback): 0: epoch, 1: batch (transient), 2: batch. [default: 1]. Will be set to `0` unless both `data_size` and `batch_size` are given. - tqdm_class : optional + tqdm_class : optional `tqdm` class to use for bars [default: `tqdm.auto.tqdm`]. tqdm_kwargs : optional Any other arguments used for all bars.