Skip to content

Commit e967c2a

Browse files
minor wordsmith
1 parent 833ddd7 commit e967c2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@ Similarly, when an object `obj` provides another object `x` with the dot syntax
585585
We will use all of these terms throughout the book, as you will see them used commonly in the community.
586586
And just because we programmers like to be confusing for no apparent reason: we *don't* use the "method", "operation", or "attribute" terminology
587587
when referring to functions and objects from packages, like `pandas`. So for example, `pd.read_csv`
588-
would typically just be referred to as a function, but not as a method or operation.
588+
would typically just be referred to as a function, but not as a method or operation, even though it uses the dot syntax.
589589
```
590590

591591
At this point, if we have done everything correctly, `aboriginal_lang` should be a data frame

0 commit comments

Comments
 (0)