Skip to content

Commit 2d9fe10

Browse files
authored
Apply suggestions from code review
1 parent 9e3cae9 commit 2d9fe10

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

_episodes/02-starting-with-data.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -331,8 +331,8 @@ Methods are like functions, but they only work on particular kinds of objects. A
331331
an example, **the `head()` method** works on DataFrames. Methods are called in a
332332
similar fashion to attributes, using the syntax `df_object.method()`. Using
333333
`surveys_df.head()` gets the first few rows in the DataFrame `surveys_df`
334-
using **the `head()` method**. With a method, we can supply extra information
335-
in the parens to control behaviour.
334+
using the `head()` method. With a method, we can supply extra information
335+
in the parentheses to control behaviour.
336336

337337
Let's look at the data using these.
338338

0 commit comments

Comments
 (0)