Skip to content

Commit

Permalink
Fixed "data.transform" (#1049)
Browse files Browse the repository at this point in the history
deleted ".ai0" from command.
  • Loading branch information
rpm4 committed Feb 25, 2022
1 parent a2e2f0b commit a8b4405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ Use :meth:`~WrightTools.data.Data.transform` to choose a different set of axes f

.. code-block:: python
data.ai0.transform('w1=wm', 'w2-wm', 'd2')
data.transform('w1=wm', 'w2-wm', 'd2')
.. plot::
:include-source: False
Expand Down

0 comments on commit a8b4405

Please sign in to comment.