Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Accidentally typed git inside documentation
  • Loading branch information
joelvai committed Mar 25, 2019
1 parent 185886b commit ddeb1a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dexbot/strategies/config_parts/base_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
""" Strategies need to specify their own configuration values, so each strategy can have a class method 'configure'
which returns a list of ConfigElement named tuples.
Tuple fields as fgitollows:
Tuple fields as follows:
- Key: The key in the bot config dictionary that gets saved back to config.yml
- Type: "int", "float", "bool", "string" or "choice"
- Default: The default value, must be same type as the Type defined
Expand Down

0 comments on commit ddeb1a1

Please sign in to comment.