Skip to content

Commit

Permalink
typo in docs and comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mishaker committed Mar 27, 2019
1 parent 4d9ca71 commit e5406ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/telegram-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:**
```
Expand Down
2 changes: 1 addition & 1 deletion freqtrade/rpc/telegram.py
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ def _blacklist(self, bot: Bot, update: Update, args: List[str]) -> None:
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()
Expand Down

0 comments on commit e5406ed

Please sign in to comment.