Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
henrypinkard committed Sep 7, 2023
1 parent 139bc57 commit 379115b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/headless_mode.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Headless mode provides a lightweight environment that can also be run without a
core = Core()
The example below shows headless mode in combination with an saved image callback, which calls a user-defined function whenever new data is stored (on disk or in RAM depending on the arguments to ``Acquisitoin``). This setup could be used to replace the pycro-manager viewer with a custom user interface (note the ``show_display=False`` in the acquisition).
The example below shows headless mode in combination with an saved image callback, which calls a user-defined function whenever new data is stored (on disk or in RAM depending on the arguments to ``Acquisition``). This setup could be used to replace the pycro-manager viewer with a custom user interface (note the ``show_display=False`` in the acquisition).


.. code-block:: python
Expand Down

0 comments on commit 379115b

Please sign in to comment.