summaryrefslogtreecommitdiffstats
path: root/Modules/clinic/_lzmamodule.c.h
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-02-20 10:46:11 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2015-02-20 10:46:11 (GMT)
commit79d8f3f1238ab5c86eff2e40e302f678fa24fea3 (patch)
tree3d33627a5c58eda9ca94d6170627cc1c7e02c8b4 /Modules/clinic/_lzmamodule.c.h
parent7a4f43a8dd14c5eb64762a1ffcf1d44f069fc293 (diff)
downloadcpython-79d8f3f1238ab5c86eff2e40e302f678fa24fea3.zip
cpython-79d8f3f1238ab5c86eff2e40e302f678fa24fea3.tar.gz
cpython-79d8f3f1238ab5c86eff2e40e302f678fa24fea3.tar.bz2
Regenerated Argument Clinic checksums.
Diffstat (limited to 'Modules/clinic/_lzmamodule.c.h')
-rw-r--r--Modules/clinic/_lzmamodule.c.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Modules/clinic/_lzmamodule.c.h b/Modules/clinic/_lzmamodule.c.h
index a46a152..6364271 100644
--- a/Modules/clinic/_lzmamodule.c.h
+++ b/Modules/clinic/_lzmamodule.c.h
@@ -65,7 +65,7 @@ PyDoc_STRVAR(_lzma_LZMADecompressor_decompress__doc__,
"decompress($self, /, data, max_length=-1)\n"
"--\n"
"\n"
-"Decompresses *data*, returning uncompressed data as bytes.\n"
+"Decompress *data*, returning uncompressed data as bytes.\n"
"\n"
"If *max_length* is nonnegative, returns at most *max_length* bytes of\n"
"decompressed data. If this limit is reached and further output can be\n"
@@ -251,4 +251,4 @@ exit:
return return_value;
}
-/*[clinic end generated code: output=d17fac38b09626d8 input=a9049054013a1b77]*/
+/*[clinic end generated code: output=dc42b73890609369 input=a9049054013a1b77]*/