Skip to content

Commit fdc57f0

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
1 parent eaf36dc commit fdc57f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stubs/pyphen/pyphen/__init__.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class Pyphen:
3434
self, filename: str | Path | None = ..., lang: str | None = ..., left: int = 2, right: int = 2, cache: bool = True
3535
) -> None: ...
3636
def positions(self, word: str) -> list[DataInt]: ...
37-
def iterate(self, word: str) -> Generator[tuple[str, str], None, None]: ...
37+
def iterate(self, word: str) -> Generator[tuple[str, str]]: ...
3838
def wrap(self, word: str, width: int, hyphen: str = "-") -> tuple[str, str] | None: ...
3939
def inserted(self, word: str, hyphen: str = "-") -> str: ...
4040
__call__ = iterate

0 commit comments

Comments
 (0)