diff options
author | Bar Harel <bharel@barharel.com> | 2023-05-31 22:56:06 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-31 22:56:06 (GMT) |
commit | f332594dd47947612e1e5d2faf287930552a5110 (patch) | |
tree | 299ab97f141b4502b3b738afd7f2c710b86394ec /Misc/NEWS.d/next/Documentation | |
parent | a99b9d911e0f8cb11b3436bdd8eb649b15d01a50 (diff) | |
download | cpython-f332594dd47947612e1e5d2faf287930552a5110.zip cpython-f332594dd47947612e1e5d2faf287930552a5110.tar.gz cpython-f332594dd47947612e1e5d2faf287930552a5110.tar.bz2 |
gh-105172: Fixed functools.lru_cache typed argument docstring. (GH-105173)
Diffstat (limited to 'Misc/NEWS.d/next/Documentation')
-rw-r--r-- | Misc/NEWS.d/next/Documentation/2023-05-31-23-05-51.gh-issue-105172.SVfvkD.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Documentation/2023-05-31-23-05-51.gh-issue-105172.SVfvkD.rst b/Misc/NEWS.d/next/Documentation/2023-05-31-23-05-51.gh-issue-105172.SVfvkD.rst new file mode 100644 index 0000000..96cf722 --- /dev/null +++ b/Misc/NEWS.d/next/Documentation/2023-05-31-23-05-51.gh-issue-105172.SVfvkD.rst @@ -0,0 +1,2 @@ +Fixed :func:`functools.lru_cache` docstring accounting for ``typed`` +argument's different handling of str and int. Patch by Bar Harel. |