Skip to content

Commit ff82eb9

Browse files
committed
DOC
1 parent 806ed77 commit ff82eb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apstools/devices.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1343,10 +1343,10 @@ class ProcessController(Device):
13431343
Also set values for ``tolerance``, ``report_interval_s``, and
13441344
``poll_s`` suitable for the specific controller used.
13451345
1346-
*Floats*: ``signal``, ``target`', and ``tolerance`` will be
1346+
*Floats*: ``signal``, ``target``, and ``tolerance`` will be
13471347
considered as floating point numbers in the code.
13481348
1349-
It is assumed in "meth"`settled()` that: ``|signal - target| <= tolerance``.
1349+
It is assumed in :meth:`settled()` that: ``|signal - target| <= tolerance``.
13501350
Override this *property* method if a different decision is needed.
13511351
13521352
EXAMPLE::

0 commit comments

Comments
 (0)