Skip to content

Commit 00efd76

Browse files
passichenkogvanrossum
authored andcommitted
Rename parameter to match the actual name in stdlib (#1959)
1 parent 9d9527c commit 00efd76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/3.4/asyncio/events.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ class AbstractEventLoop(metaclass=ABCMeta):
8888
@abstractmethod
8989
@coroutine
9090
def run_in_executor(self, executor: Any,
91-
callback: Callable[..., _T], *args: Any) -> Generator[Any, None, _T]: ...
91+
func: Callable[..., _T], *args: Any) -> Generator[Any, None, _T]: ...
9292
@abstractmethod
9393
def set_default_executor(self, executor: Any) -> None: ...
9494
# Network I/O methods returning Futures.

0 commit comments

Comments
 (0)