Skip to content

Commit 8f83f03

Browse files
DOC: fix end-of-file newline
1 parent 395dc7b commit 8f83f03

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/source/user_guide/io.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6563,5 +6563,4 @@ Data hosted remotely can be read directly using a URL:
65636563
.. code-block:: python
65646564
65656565
import pandas as pd
6566-
df = pd.read_csv("https://raw.githubusercontent.com/pandas-dev/pandas/main/doc/data/air_quality_no2.csv")
6567-
6566+
df = pd.read_csv("https://raw.githubusercontent.com/pandas-dev/pandas/main/doc/data/air_quality_no2.csv")

0 commit comments

Comments
 (0)