From d6161c8ea87c97e5f44213dc721a6b97a38e1110 Mon Sep 17 00:00:00 2001 From: Acho Arnold Date: Sat, 11 Jul 2020 13:45:21 +0200 Subject: [PATCH] Typo s/cach/cash/ Typo `s/cach/cash/` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fe70175..ca87ce9 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ degiro.logout() * buyorder * sellorder ## getdata -Printing your current cach funds: +Printing your current cash funds: ``` cashfunds = degiro.getdata(degiroapi.Data.Type.CASHFUNDS) for data in cashfunds: