Skip to content

Commit

Permalink
docs: fix the Bradford assay example
Browse files Browse the repository at this point in the history
  • Loading branch information
kalekundert committed Apr 11, 2021
1 parent 7558f7a commit 6e06004
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/example_layouts/bradford_assay.rst
Expand Up @@ -25,8 +25,8 @@ example:
.. code-block:: pycon
>>> import wellmap
>>> df, ex = wellmap.load('bradford_assay.toml', extras='bradford')
>>> df, ex = wellmap.load('bradford_assay.toml', extras=True)
>>> ex
{'format': 'biotek', 'absorbance': '595/450'}
{'bradford': {'format': 'biotek', 'absorbance': '595/450'}}
.. example:: bradford_standards.toml bradford_assay.toml

0 comments on commit 6e06004

Please sign in to comment.