Skip to content

Commit 8cace88

Browse files
Carreaujorisvandenbossche
authored andcommitted
DOC: fix IPython spelling (#19683)
It's upper case I and P (or full lower case),
1 parent 07137a5 commit 8cace88

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pandas/core/frame.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1059,7 +1059,7 @@ def to_gbq(self, destination_table, project_id, chunksize=10000,
10591059
private_key : str (optional)
10601060
Service account private key in JSON format. Can be file path
10611061
or string contents. This is useful for remote server
1062-
authentication (eg. jupyter iPython notebook on remote host)
1062+
authentication (eg. Jupyter/IPython notebook on remote host)
10631063
"""
10641064

10651065
from pandas.io import gbq

pandas/io/gbq.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def read_gbq(query, project_id=None, index_col=None, col_order=None,
6565
private_key : str (optional)
6666
Service account private key in JSON format. Can be file path
6767
or string contents. This is useful for remote server
68-
authentication (eg. jupyter iPython notebook on remote host)
68+
authentication (eg. Jupyter/IPython notebook on remote host)
6969
7070
dialect : {'legacy', 'standard'}, default 'legacy'
7171
'legacy' : Use BigQuery's legacy SQL dialect.

0 commit comments

Comments
 (0)