typo in docs and comments
This commit is contained in:
parent
4d9ca71c82
commit
e5406ed3cf
@ -182,7 +182,7 @@ Use `/reload_conf` to reset the blacklist.
|
||||
|
||||
### /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:**
|
||||
```
|
||||
|
@ -494,7 +494,7 @@ class Telegram(RPC):
|
||||
def _edge(self, bot: Bot, update: Update) -> None:
|
||||
"""
|
||||
Handler for /edge
|
||||
Shows informaton related to Edge
|
||||
Shows information related to Edge
|
||||
"""
|
||||
try:
|
||||
edge_pairs = self._rpc_edge()
|
||||
|
Loading…
Reference in New Issue
Block a user