diff options
author | Jack DeVries <58614260+jdevries3133@users.noreply.github.com> | 2021-07-28 15:14:54 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-28 15:14:54 (GMT) |
commit | c1e39d6b1167376fdaf3f288ba9a689e61c7fdd1 (patch) | |
tree | 604122502ffb2c24579a91e39bf9440a6e10e8e4 /Misc/NEWS.d | |
parent | 56c1f6d7edad454f382d3ecb8cdcff24ac898a50 (diff) | |
download | cpython-c1e39d6b1167376fdaf3f288ba9a689e61c7fdd1.zip cpython-c1e39d6b1167376fdaf3f288ba9a689e61c7fdd1.tar.gz cpython-c1e39d6b1167376fdaf3f288ba9a689e61c7fdd1.tar.bz2 |
bpo-44544: [doc] list all textwrap func kwargs (GH-26999)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Documentation/2021-07-02-14-02-29.bpo-44544._5_aCz.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Documentation/2021-07-02-14-02-29.bpo-44544._5_aCz.rst b/Misc/NEWS.d/next/Documentation/2021-07-02-14-02-29.bpo-44544._5_aCz.rst new file mode 100644 index 0000000..4bb6997 --- /dev/null +++ b/Misc/NEWS.d/next/Documentation/2021-07-02-14-02-29.bpo-44544._5_aCz.rst @@ -0,0 +1,4 @@ +List all kwargs for :func:`textwrap.wrap`, :func:`textwrap.fill`, and +:func:`textwrap.shorten`. Now, there are nav links to attributes of +:class:`TextWrap`, which makes navigation much easier while minimizing +duplication in the documentation. |