software/dump/json: Fix typo.

This commit is contained in:
Florent Kermarrec 2021-08-25 13:05:53 +02:00
parent 9437f52233
commit 431c730874
1 changed files with 1 additions and 1 deletions

View File

@ -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!")