Skip to content

Commit 4d7db26

Browse files
committed
Clearer description of the example of practical use of factories
1 parent fd950d2 commit 4d7db26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ What results in
3434
Callable[[SomeCustomNumber | str, SomeCustomNumber | int], str | int]
3535
```
3636

37-
Ultimately you can annotate by the resulting annotations
37+
Ultimately you can annotate by the results of factories
3838
```python
3939
def some_operation_by(main: handler_of[int | float], *middleware: summator_of[SomeCustomNumber]) -> handler_of[int | float]:
4040
...

0 commit comments

Comments
 (0)