]> git.ipfire.org Git - thirdparty/httpx.git/commitdiff
Fix typo in wsgi.py (#1749)
authorAdrian Garcia Badaracco <1755071+adriangb@users.noreply.github.com>
Wed, 14 Jul 2021 09:08:21 +0000 (04:08 -0500)
committerGitHub <noreply@github.com>
Wed, 14 Jul 2021 09:08:21 +0000 (10:08 +0100)
httpx/_transports/wsgi.py

index c8266c73925183d5249fb5c00a4d6e81dc144144..58e8309d8a8a3b668141214faa51810b2cf37452 100644 (file)
@@ -51,7 +51,7 @@ class WSGITransport(BaseTransport):
     * `raise_app_exceptions` - Boolean indicating if exceptions in the application
        should be raised. Default to `True`. Can be set to `False` for use cases
        such as testing the content of a client 500 response.
-    * `script_name` - The root path on which the ASGI application should be mounted.
+    * `script_name` - The root path on which the WSGI application should be mounted.
     * `remote_addr` - A string indicating the client IP of incoming requests.
     ```
     """