Skip to content

Commit f26a5de

Browse files
committed
docs: minor addition
1 parent 388546a commit f26a5de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ print(foo.route.method(2, 3)) # 13
3939

4040
By default, composition in `ComposeRouter` is *right-associative*.
4141

42-
Associativity can be controlled by setting the `left_associative: bool` kwarg either when creating the ComposeRouter instance or when calling it.
42+
Associativity can be controlled by setting the `left_associative: bool` kwarg either when creating the `ComposeRouter` instance or when calling it.
4343

4444

4545
```python

0 commit comments

Comments
 (0)