We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd950d2 commit 4d7db26Copy full SHA for 4d7db26
README.md
@@ -34,7 +34,7 @@ What results in
34
Callable[[SomeCustomNumber | str, SomeCustomNumber | int], str | int]
35
```
36
37
-Ultimately you can annotate by the resulting annotations
+Ultimately you can annotate by the results of factories
38
```python
39
def some_operation_by(main: handler_of[int | float], *middleware: summator_of[SomeCustomNumber]) -> handler_of[int | float]:
40
...
0 commit comments