Skip to content

Commit

Permalink
DOC: fix IPython spelling (#19683)
Browse files Browse the repository at this point in the history
It's upper case I and P (or full lower case),
  • Loading branch information
Carreau authored and jorisvandenbossche committed Feb 13, 2018
1 parent 07137a5 commit 8cace88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pandas/core/frame.py
Original file line number Diff line number Diff line change
Expand Up @@ -1059,7 +1059,7 @@ def to_gbq(self, destination_table, project_id, chunksize=10000,
private_key : str (optional)
Service account private key in JSON format. Can be file path
or string contents. This is useful for remote server
authentication (eg. jupyter iPython notebook on remote host)
authentication (eg. Jupyter/IPython notebook on remote host)
"""

from pandas.io import gbq
Expand Down
2 changes: 1 addition & 1 deletion pandas/io/gbq.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def read_gbq(query, project_id=None, index_col=None, col_order=None,
private_key : str (optional)
Service account private key in JSON format. Can be file path
or string contents. This is useful for remote server
authentication (eg. jupyter iPython notebook on remote host)
authentication (eg. Jupyter/IPython notebook on remote host)
dialect : {'legacy', 'standard'}, default 'legacy'
'legacy' : Use BigQuery's legacy SQL dialect.
Expand Down

0 comments on commit 8cace88

Please sign in to comment.