From 317f7e0fc83373d6eb4a50410c9e756f2209b610 Mon Sep 17 00:00:00 2001 From: Casper da Costa-Luis Date: Fri, 5 Mar 2021 20:30:21 +0000 Subject: [PATCH] docs: minor formatting fix --- tqdm/dask.py | 2 +- tqdm/keras.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.