Skip to content

Commit fbc083b

Browse files
committed
add blank line before list to fix formatting bug
1 parent 9c68f44 commit fbc083b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/intro.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ general differences between NumPy and MATLAB can be found here:
2828

2929
In terms of the python-control package more specifically, here are
3030
some thing to keep in mind:
31+
3132
* You must include commas in vectors. So [1 2 3] must be [1, 2, 3].
3233
* Functions that return multiple arguments use tuples
3334
* Can't use braces for collections; use tuples instead

0 commit comments

Comments
 (0)