Skip to content

Commit d93e43c

Browse files
DOC: normalize line endings and EOF
1 parent 8f83f03 commit d93e43c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/user_guide/io.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6563,4 +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")
6566+
df = pd.read_csv("https://raw.githubusercontent.com/pandas-dev/pandas/main/doc/data/air_quality_no2.csv")

0 commit comments

Comments
 (0)