From 28e4f2d37dc6362601fa5460bc2a7e573f6f756a Mon Sep 17 00:00:00 2001 From: Daniel Saxton Date: Wed, 24 Mar 2021 13:04:05 -0500 Subject: [PATCH] DOC: Fix read_gbq docstring typo --- pandas/io/gbq.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandas/io/gbq.py b/pandas/io/gbq.py index 215d966609ab4..562a62da369ae 100644 --- a/pandas/io/gbq.py +++ b/pandas/io/gbq.py @@ -159,7 +159,7 @@ def read_gbq( Use the :func:`tqdm.tqdm_gui` function to display a progress bar as a graphical dialog box. - Note that his feature requires version 0.12.0 or later of the + Note that this feature requires version 0.12.0 or later of the ``pandas-gbq`` package. And it requires the ``tqdm`` package. Slightly different than ``pandas-gbq``, here the default is ``None``.