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 78b5a95 commit 2d88133Copy full SHA for 2d88133
src/reactpy_router/resolvers.py
@@ -56,7 +56,7 @@ def parse_path(self, path: str) -> re.Pattern[str]:
56
# Add the match to the pattern
57
pattern += f"(?P<{name}>{conversion_info['regex']})"
58
59
- # Keep a local mapping of parameter names to conversion functions.
+ # Keep a local mapping of the URL's parameter names to conversion functions.
60
self.converter_mapping[name] = conversion_info["func"]
61
62
# Update the last match end
0 commit comments