Skip to content

Commit 88e6f2c

Browse files
authored
fix typo
1 parent c919a77 commit 88e6f2c

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
@@ -756,7 +756,7 @@ total_count.plot(kind='bar');
756756

757757
2. `surveys_df.groupby('sex').count()["record_id"].plot(kind='bar')`
758758

759-
![](fig/01_chall_bar_totalsex.png){alt='bar plto comparing total males to total females for the entire dataset'}
759+
![](fig/01_chall_bar_totalsex.png){alt='bar plot comparing total males to total females for the entire dataset'}
760760

761761
::::::::::::::::::::::::::::::::
762762

0 commit comments

Comments
 (0)