We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 806ed77 commit ff82eb9Copy full SHA for ff82eb9
apstools/devices.py
@@ -1343,10 +1343,10 @@ class ProcessController(Device):
1343
Also set values for ``tolerance``, ``report_interval_s``, and
1344
``poll_s`` suitable for the specific controller used.
1345
1346
- *Floats*: ``signal``, ``target`', and ``tolerance`` will be
+ *Floats*: ``signal``, ``target``, and ``tolerance`` will be
1347
considered as floating point numbers in the code.
1348
1349
- It is assumed in "meth"`settled()` that: ``|signal - target| <= tolerance``.
+ It is assumed in :meth:`settled()` that: ``|signal - target| <= tolerance``.
1350
Override this *property* method if a different decision is needed.
1351
1352
EXAMPLE::
0 commit comments