Remove line breaks

Signed-off-by: Antoine Merino <antoine.merino.dev@gmail.com>
This commit is contained in:
Antoine Merino 2021-11-05 22:52:04 +01:00
parent 8eabdd659f
commit da4344d216
No known key found for this signature in database
GPG Key ID: E53AF74E9DC0C53E
2 changed files with 0 additions and 4 deletions

View File

@ -312,7 +312,6 @@ Return the balance of all crypto-currency your have on the exchange.
Per default `/daily` will return the 7 last days. The example below if for `/daily 3`:
> **Daily Profit over the last 3 days:**
```
Day Profit BTC Profit USD
---------- -------------- ------------
@ -327,7 +326,6 @@ Per default `/weekly` will return the 8 last weeks, including the current week.
from Monday. The example below if for `/weekly 3`:
> **Weekly Profit over the last 3 weeks (starting from Monday):**
```
Monday Profit BTC Profit USD
---------- -------------- ------------
@ -342,7 +340,6 @@ Per default `/monthly` will return the 6 last months, including the current mont
if for `/monthly 3`:
> **Monthly Profit over the last 3 months:**
```
Month Profit BTC Profit USD
---------- -------------- ------------

View File

@ -42,7 +42,6 @@ colorama==0.4.4
# Building config files interactively
questionary==1.10.0
prompt-toolkit==3.0.21
# Extensions to datetime library
types-python-dateutil==2.8.2
python-dateutil==2.8.2