Skip to content

Commit

Permalink
Fix root_path in WebSocket Connection Scope (#329)
Browse files Browse the repository at this point in the history
Everything already treats it (correctly) as a unicode string.
  • Loading branch information
abersheeran committed May 12, 2022
1 parent df1e582 commit 7794c2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specs/www.rst
Expand Up @@ -274,7 +274,7 @@ metadata (mostly from the HTTP request line and headers):
* ``query_string`` (*byte string*) -- URL portion after the
``?``. Optional; if missing or ``None`` default is empty string.

* ``root_path`` (*byte string*) -- The root path this application is
* ``root_path`` (*Unicode string*) -- The root path this application is
mounted at; same as ``SCRIPT_NAME`` in WSGI. Optional; if missing
defaults to empty string.

Expand Down

0 comments on commit 7794c2a

Please sign in to comment.