Skip to content

Commit dd91e32

Browse files
authored
DOC: Fix read_gbq docstring typo (#40615)
1 parent a20c169 commit dd91e32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/io/gbq.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ def read_gbq(
159159
Use the :func:`tqdm.tqdm_gui` function to display a
160160
progress bar as a graphical dialog box.
161161
162-
Note that his feature requires version 0.12.0 or later of the
162+
Note that this feature requires version 0.12.0 or later of the
163163
``pandas-gbq`` package. And it requires the ``tqdm`` package. Slightly
164164
different than ``pandas-gbq``, here the default is ``None``.
165165

0 commit comments

Comments
 (0)