diff options
author | Leonard Richardson <leonardr@segfault.org> | 2021-12-21 12:57:34 -0500 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2021-12-21 12:57:34 -0500 |
commit | c0759d0c55904e85b29e881fe2418a0b8210630e (patch) | |
tree | 9caafcd2053b52711e4aa5f2d9557b00b6019277 /CHANGELOG | |
parent | 3ac8524a1263f170ae0a9096d255d3e28aa76340 (diff) |
I guess that's not a method.
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ Python 2 was revision 605. providing a value for the 'indent' argument to the Formatter constructor. The 'indent' argument works very similarly to the argument of the same name in the Python standard library's - json.dump() method. [bug=1955497] + json.dump() function. [bug=1955497] * If the charset-normalizer Python module (https://pypi.org/project/charset-normalizer/) is installed, Beautiful |