Add backquotes around DASSample, since setup.py/get_spec fails w/o them
This commit is contained in:
parent
acfbd9375e
commit
1a8ff79a18
|
@ -45,7 +45,7 @@ We define the following Python custom types for type hinting and readability:
|
||||||
|
|
||||||
## New containers
|
## New containers
|
||||||
|
|
||||||
### DASSample
|
### `DASSample`
|
||||||
|
|
||||||
```python
|
```python
|
||||||
class DASSample(Container):
|
class DASSample(Container):
|
||||||
|
|
Loading…
Reference in New Issue