Skip to content

Commit 8bf5c7d

Browse files
Update websocket.py: fix typo. (#2158)
1 parent 94702b6 commit 8bf5c7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

channels/security/websocket.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def match_allowed_origin(self, parsed_origin, pattern):
8585
Any domain beginning with a period corresponds to the domain and all
8686
its subdomains (for example, ``.example.com`` ``example.com``
8787
and any subdomain). Also with scheme (for example, ``http://.example.com``
88-
``http://exapmple.com``). After the domain there must be a port,
88+
``http://example.com``). After the domain there must be a port,
8989
but it can be omitted.
9090
9191
Note. This function assumes that the given origin is either None, a

0 commit comments

Comments
 (0)