@ -40,7 +40,7 @@ provided as keyword arguments:
will cause an error:
```python
>>> indicator = Indicator(type='indicator', ...)
>>> indicator = Indicator(type='xxx', ...)
ValueError: Indicators must have type='indicator'
```