Skip to content

Commit 48f3d08

Browse files
ialastobyhodges
andauthored
Update _episodes/02-starting-with-data.md
Reasonable suggestion. Co-authored-by: Toby Hodges <tbyhdgs@gmail.com>
1 parent c903647 commit 48f3d08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_episodes/02-starting-with-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ with `surveys_df.columns`.
329329

330330
Methods are called in a similar fashion using the syntax `df_object.method()`.
331331
As an example, `surveys_df.head()` gets the first few rows in the DataFrame
332-
`surveys_df` using the `head()` **method**. With a method we can supply extra
332+
`surveys_df` using the `head()` method. With a method we can supply extra
333333
information in the parens to control behaviour.
334334

335335
Let's look at the data using these.

0 commit comments

Comments
 (0)