Skip to content

Commit

Permalink
Merge pull request #1079 from clintonroy/master
Browse files Browse the repository at this point in the history
DOC: fixed minor typo.
  • Loading branch information
danielballan authored Nov 19, 2022
2 parents f592def + 17897dd commit f3030be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ other control systems.
* Put the details specific to a device or control system behind a **high-level
interface** with methods like ``trigger()``, ``read()``, and ``set(...)``.
* **Group** individual control channels (such as EPICS V3 PVs) into logical
"Devices" to be configured and used as units with internal coordiantion.
"Devices" to be configured and used as units with internal coordination.
* Assign readings with **names meaningful for data analysis** that will
propagate into metadata.
* **Categorize** readings by "kind" (primary reading, configuration,
Expand Down Expand Up @@ -58,4 +58,4 @@ See the tutorials for usage examples.
Anything below this line is used when viewing README.rst and will be replaced
when included in index.rst
See https://blueskyproject.io/ophyd for more detailed documentation.
See https://blueskyproject.io/ophyd for more detailed documentation.

0 comments on commit f3030be

Please sign in to comment.