typo in docs and comments

This commit is contained in:
Misagh 2019-03-27 21:22:25 +01:00
parent 4d9ca71c82
commit e5406ed3cf
2 changed files with 2 additions and 2 deletions

View File

@ -182,7 +182,7 @@ Use `/reload_conf` to reset the blacklist.
### /edge ### /edge
Shows pairs accepted by pais along with their corresponding winrate, expectancy and stoploss values. Shows pairs validated by Edge along with their corresponding winrate, expectancy and stoploss values.
> **Edge only validated following pairs:** > **Edge only validated following pairs:**
``` ```

View File

@ -494,7 +494,7 @@ class Telegram(RPC):
def _edge(self, bot: Bot, update: Update) -> None: def _edge(self, bot: Bot, update: Update) -> None:
""" """
Handler for /edge Handler for /edge
Shows informaton related to Edge Shows information related to Edge
""" """
try: try:
edge_pairs = self._rpc_edge() edge_pairs = self._rpc_edge()