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 8853697 commit a1b6705Copy full SHA for a1b6705
README.rst
@@ -71,7 +71,7 @@ Then call the setup method when building your app:
71
72
app = web.Application()
73
app.router.add_get("/foo", foo)
74
- app.router.add_view("/bar/{id:\d+}", Handler)
+ app.router.add_view(r"/bar/{id:\d+}", Handler)
75
SCHEMA.setup(app)
76
77
docs/index.rst
@@ -50,7 +50,7 @@ Then call the setup method when building your app:
50
51
52
53
54
55
56
0 commit comments