Skip to content

Commit 0292bef

Browse files
Merge pull request #7635 from jorisvandenbossche/doc-fixes1
DOC: small doc build fixes
2 parents 4b56a16 + 1e934d4 commit 0292bef

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

doc/source/io.rst

+1
Original file line numberDiff line numberDiff line change
@@ -3411,6 +3411,7 @@ table : `test_dataset.test_table` into a DataFrame using the :func:`~pandas.io.r
34113411
function.
34123412

34133413
.. code-block:: python
3414+
34143415
# Insert your BigQuery Project ID Here
34153416
# Can be found in the Google web console
34163417
projectid = "xxxxxxxx"

doc/source/timeseries.rst

+3-2
Original file line numberDiff line numberDiff line change
@@ -1280,9 +1280,10 @@ To supply the time zone, you can use the ``tz`` keyword to ``date_range`` and
12801280
other functions. Dateutil time zone strings are distinguished from ``pytz``
12811281
time zones by starting with ``dateutil/``.
12821282

1283-
- In ``pytz`` you can find a list of common (and less common) time zones using ``from pytz import common_timezones, all_timezones``.
1283+
- In ``pytz`` you can find a list of common (and less common) time zones using
1284+
``from pytz import common_timezones, all_timezones``.
12841285
- ``dateutil`` uses the OS timezones so there isn't a fixed list available. For
1285-
common zones, the names are the same as ``pytz``.
1286+
common zones, the names are the same as ``pytz``.
12861287

12871288
.. ipython:: python
12881289

0 commit comments

Comments
 (0)