Skip to content

Commit

Permalink
modified routing.py (#2110)
Browse files Browse the repository at this point in the history
  • Loading branch information
jjjkkkjjj committed Oct 8, 2024
1 parent c2b5ee0 commit 67d5240
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions channels/routing.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,12 @@ async def __call__(self, scope, receive, send):


def _parse_resolver(child_url_pattern, parent_resolver, parent_regex, routes):
"""Parse resolver (returned by `include`) recurrsively
"""
Parse resolver (returned by `include`) recurrsively
Parameters
----------
child_url_pattern : URLResolver |
child_url_pattern : URLResolver | Any
The child url pattern
parent_resolver : URLResolver
The parent resolver
Expand Down

0 comments on commit 67d5240

Please sign in to comment.