diff --git a/stdlib/2/spwd.pyi b/stdlib/2and3/spwd.pyi similarity index 89% rename from stdlib/2/spwd.pyi rename to stdlib/2and3/spwd.pyi index ec60e1fbf..ca77abd37 100644 --- a/stdlib/2/spwd.pyi +++ b/stdlib/2and3/spwd.pyi @@ -12,4 +12,4 @@ class struct_spwd(object): sp_flag = ... # type: int def getspall() -> List[struct_spwd]: ... -def getspnam() -> struct_spwd: ... +def getspnam(name: str) -> struct_spwd: ...