File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -726,7 +726,7 @@ inspect
726
726
727
727
* Add :func: `inspect.markcoroutinefunction ` to mark sync functions that return
728
728
a :term: `coroutine ` for use with :func: `inspect.iscoroutinefunction `.
729
- (Contributed Carlton Gibson in :gh: `99247 `.)
729
+ (Contributed by Carlton Gibson in :gh: `99247 `.)
730
730
731
731
* Add :func: `inspect.getasyncgenstate ` and :func: `inspect.getasyncgenlocals `
732
732
for determining the current state of asynchronous generators.
751
751
(Contributed by Raymond Hettinger in :gh: `100485 `.)
752
752
753
753
* 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 `.)
756
756
757
757
os
758
758
--
You can’t perform that action at this time.
0 commit comments