Skip to content

Commit a223682

Browse files
committed
Silly misspelling
1 parent f701c27 commit a223682

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/3/xmlrpc/server.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class SimpleXMLRPCDispatcher: # undocumented
2727
if sys.version_info >= (3, 7):
2828
def register_function(self, function: Optional[_DispatchProtocol] = ..., name: Optional[str] = ...) -> Callable[..., Any]: ...
2929
else:
30-
def register_function(self, funciton: _DispatchProtocol, name: Optional[str] = ...) -> Callable[..., Any]: ...
30+
def register_function(self, function: _DispatchProtocol, name: Optional[str] = ...) -> Callable[..., Any]: ...
3131
def register_introspection_functions(self) -> None: ...
3232
def register_multicall_functions(self) -> None: ...
3333
def _marshaled_dispatch(self, data: str, dispatch_method: Optional[Callable[[Optional[str], Tuple[_Marshallable, ...]], Union[Fault, Tuple[_Marshallable, ...]]]] = ..., path: Optional[Any] = ...) -> str: ... # undocumented

0 commit comments

Comments
 (0)