Skip to content

Commit ca7fd98

Browse files
author
y-p
committed
DOC: grammer
[ci skip]
1 parent 3ed119c commit ca7fd98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/dsintro.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ objects. To get started, import numpy and load pandas into your namespace:
2626
randn = np.random.randn
2727
from pandas import *
2828
29-
Here is a basic tenet to keep in mind: **data alignment is intrinsic**. Link
29+
Here is a basic tenet to keep in mind: **data alignment is intrinsic**. The link
3030
between labels and data will not be broken unless done so explicitly by you.
3131

3232
We'll give a brief intro to the data structures, then consider all of the broad

0 commit comments

Comments
 (0)