We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 388546a commit f26a5deCopy full SHA for f26a5de
1 file changed
README.md
@@ -39,7 +39,7 @@ print(foo.route.method(2, 3)) # 13
39
40
By default, composition in `ComposeRouter` is *right-associative*.
41
42
-Associativity can be controlled by setting the `left_associative: bool` kwarg either when creating the ComposeRouter instance or when calling it.
+Associativity can be controlled by setting the `left_associative: bool` kwarg either when creating the `ComposeRouter` instance or when calling it.
43
44
45
```python
0 commit comments