8000 Use "Contributed by" in a couple of occurrences of 3.12 whatsnew (#11… · python/cpython@398abdd · GitHub
[go: up one dir, main page]

Skip to content

Commit 398abdd

Browse files
authored
Use "Contributed by" in a couple of occurrences of 3.12 whatsnew (#118070)
1 parent 710c01b commit 398abdd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Doc/whatsnew/3.12.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -726,7 +726,7 @@ inspect
726726

727727
* Add :func:`inspect.markcoroutinefunction` to mark sync functions that return
728728
a :term:`coroutine` for use with :func:`inspect.iscoroutinefunction`.
729-
(Contributed Carlton Gibson in :gh:`99247`.)
729+
(Contributed by Carlton Gibson in :gh:`99247`.)
730730

731731
* Add :func:`inspect.getasyncgenstate` and :func:`inspect.getasyncgenlocals`
732732
for determining the current state of asynchronous generators.
@@ -751,8 +751,8 @@ math
751751
(Contributed by Raymond Hettinger in :gh:`100485`.)
752752

753753
* Extend :func:`math.nextafter` to include a *steps* argument
754-
for moving up or down multiple steps at a time.
755-
(By Matthias Goergens, Mark Dickinson, and Raymond Hettinger in :gh:`94906`.)
754+
for moving up or down multiple steps at a time. (Contributed by
755+
Matthias Goergens, Mark Dickinson, and Raymond Hettinger in :gh:`94906`.)
756756

757757
os
758758
--

0 commit comments

Comments
 (0)
0