From 18de15b3e9f8e21340e3ed023abefb2693931fe9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sacharias=20Sj=C3=B6qvist?= Date: Thu, 18 Feb 2021 09:52:13 +0100 Subject: [PATCH] a small fix in readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a00d89b..e94b39a 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,8 @@ You require an ordinary Google account to access them. The data comes in two different resolutions, `5.625` degrees, and `1.40625` degrees. To see what variables (and timeranges) are contained in each dataset, simply download the associated .dill file and read out as follows (python3): -```import dill +``` +import dill import pprint with open("path-to-dill-file", "rb") as f: info = dill.load(f)