Skip to content

Commit 10ba25e

Browse files
committed
Fix bullet list in conventions documentation
This fixes the following errors, which made the last two bullets display incorrectly. python-control/doc/conventions.rst:229: WARNING: Bullet list ends without a blank line; unexpected unindent. python-control/doc/conventions.rst:232: WARNING: Bullet list ends without a blank line; unexpected unindent.
1 parent d3142ff commit 10ba25e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

doc/conventions.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,10 +226,10 @@ Selected variables that can be configured, along with their default values:
226226
`numpy.matrix` (verus numpy.ndarray)
227227
228228
* statesp.default_dt and xferfcn.default_dt (None): set the default value of dt when
229-
constructing new LTI systems
229+
constructing new LTI systems
230230
231231
* statesp.remove_useless_states (True): remove states that have no effect on the
232-
input-output dynamics of the system
232+
input-output dynamics of the system
233233
234234
Additional parameter variables are documented in individual functions
235235

0 commit comments

Comments
 (0)