diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2024-09-13 02:29:08 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-13 02:29:08 (GMT) |
commit | a47cd21890fee845d582b41ecf7d029801899ea5 (patch) | |
tree | 4775d20bf3394c3b791151a35b3604121bf7bc62 /Misc/NEWS.d/next | |
parent | f4e5643df64d0c2a009ed224560044b3409a47c0 (diff) | |
download | cpython-a47cd21890fee845d582b41ecf7d029801899ea5.zip cpython-a47cd21890fee845d582b41ecf7d029801899ea5.tar.gz cpython-a47cd21890fee845d582b41ecf7d029801899ea5.tar.bz2 |
gh-123976: Refresh docs around custom providers. (#123977)
* gh-123976: Refresh docs around custom providers.
* Remove excess whitespace.
Diffstat (limited to 'Misc/NEWS.d/next')
-rw-r--r-- | Misc/NEWS.d/next/Documentation/2024-09-11-16-52-08.gh-issue-123976.jhOfNR.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Documentation/2024-09-11-16-52-08.gh-issue-123976.jhOfNR.rst b/Misc/NEWS.d/next/Documentation/2024-09-11-16-52-08.gh-issue-123976.jhOfNR.rst new file mode 100644 index 0000000..7f8e580 --- /dev/null +++ b/Misc/NEWS.d/next/Documentation/2024-09-11-16-52-08.gh-issue-123976.jhOfNR.rst @@ -0,0 +1 @@ +Refresh docs around custom providers. |