Skip to content

Commit eb520e8

Browse files
committed
04-data-types-and-format.md: Fix code blocks and blockquotes
Signed-off-by: Maxim Belkin <[email protected]>
1 parent b9e0ecc commit eb520e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_episodes/04-data-types-and-format.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ surveys_df['record_id'].dtype
214214
> ~~~
215215
> surveys_df.plot_id.astype("float")
216216
> ~~~
217-
>> {: .language-python}
217+
> {: .language-python}
218218
>
219219
> Next try converting `weight` to an integer. What goes wrong here? What is Pandas telling you?
220220
> We will talk about some solutions to this later.

0 commit comments

Comments
 (0)