8000 fix small typos in documentation (unrelated to main PR) · python-control/python-control@47e1c09 · GitHub
[go: up one dir, main page]

Skip to content

Commit 47e1c09

Browse files
committed
fix small typos in documentation (unrelated to main PR)
1 parent 1a2770c commit 47e1c09

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/conventions.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -289,10 +289,10 @@ element of the `control.config.defaults` dictionary::
289289

290290
ct.config.defaults['module.parameter'] = value
291291

292-
The `~control.config.set_defaults` function can also be used to set multiple
293-
configuration parameters at the same time::
292+
The :func:`~control.set_defaults` function can also be used to
293+
set multiple configuration parameters at the same time::
294294

295-
ct.config.set_defaults('module', param1=val1, param2=val2, ...]
295+
ct.set_defaults('module', param1=val1, param2=val2, ...]
296296

297297
Finally, there are also functions available set collections of variables based
298298
on standard configurations.

doc/intro.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ they are not already present.
5656
.. note::
5757
Mixing packages from conda-forge and the default conda channel
5858
can sometimes cause problems with dependencies, so it is usually best to
59-
instally NumPy, SciPy, and Matplotlib from conda-forge as well.
59+
install NumPy, SciPy, and Matplotlib from conda-forge as well.
6060

6161
To install using pip::
6262

0 commit comments

Comments
 (0)
0