Skip to content

Commit a2742ef

Browse files
tmorrellmaxim-belkin
authored andcommitted
Code formatting
1 parent 8cec912 commit a2742ef

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

_episodes/01-short-introduction-to-Python.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -308,9 +308,10 @@ or
308308
> 1. First check what `rev` is right now (remember `rev` is the name of our dictionary).
309309
>
310310
> Type:
311-
> ```python
311+
> ~~~
312312
> >>> rev
313-
> ```
313+
> ~~~
314+
> {: .language-python }
314315
>
315316
> 2. Try to reassign the second value (in the *key value pair*) so that it no longer reads "two" but instead reads "apple-sauce".
316317
>

0 commit comments

Comments
 (0)