Skip to content

Commit 4f56886

Browse files
committed
Fixing formatting
1 parent f0cca15 commit 4f56886

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_episodes/01-numpy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -809,7 +809,7 @@ the graphs will actually be squeezed together more closely.)
809809
> If you ever see Python code online using a NumPy function with `np`
810810
> (for example, `np.loadtxt(...)`), it's because they've used this shortcut.
811811
> When working with other people, it is important to agree on a convention of how common libraries are imported.
812-
812+
{: .callout}
813813
> ## Check Your Understanding
814814
>
815815
> Draw diagrams showing what variables refer to what values after each statement in the following program:

0 commit comments

Comments
 (0)