Commit e583c42
authored
Fix a docstring formatting typo
Missing trailing `:` for the `url` parameter causes the docstring to render improperly by including `:param str url HTTP URL.` in https://docs.microsoft.com/en-us/python/api/azure-functions/azure.functions.httprequest?view=azure-python and not listing `url` as a parameter.1 parent ea51851 commit e583c42
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
135 | | - | |
| 135 | + | |
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
| |||
0 commit comments