From 431c7308742da173fac6e19d9df1740fca343989 Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Wed, 25 Aug 2021 13:05:53 +0200 Subject: [PATCH] software/dump/json: Fix typo. --- litescope/software/dump/json.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litescope/software/dump/json.py b/litescope/software/dump/json.py index d83bc72..f98be8f 100644 --- a/litescope/software/dump/json.py +++ b/litescope/software/dump/json.py @@ -22,4 +22,4 @@ class JSONDump(Dump): json.dump(self.generate_data(), f) def read(self, filename): - raise NotImplementedError("Python files can not (yet) be read, please contribute!") + raise NotImplementedError("JSON files can not (yet) be read, please contribute!")