Skip to content

Commit c585581

Browse files
committed
fixed 8.24.1
1 parent 88f739b commit c585581

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

chapters/en/module8.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1250,13 +1250,13 @@ Are you filtering the dataset correctly?
12501250
Which of the following would you use to replace string patterns with another string within a dataframe column?
12511251

12521252
<choice id="1" >
1253-
<opt text="<code>.replace()</code>" >
1253+
<opt text="<code>.replace()</code>" correct="true">
12541254

12551255
Way to go!
12561256

12571257
</opt>
12581258

1259-
<opt text="<code>str.replace()</code>" correct="true">
1259+
<opt text="<code>str.replace()</code>">
12601260

12611261
This would result in an error.
12621262

0 commit comments

Comments
 (0)