Fix some typos in docs

This commit is contained in:
Matthias
2020-12-19 11:39:21 +01:00
parent 18795844d8
commit f235ab8cf4
2 changed files with 7 additions and 7 deletions

View File

@@ -309,7 +309,7 @@ Storing information can be accomplished by creating a new dictionary within the
The name of the variable can be chosen at will, but should be prefixed with `cust_` to avoid naming collisions with predefined strategy variables.
```python
class Awesomestrategy(IStrategy):
class AwesomeStrategy(IStrategy):
# Create custom dictionary
cust_info = {}