Skip to content

Commit bc067da

Browse files
committed
Fix docstring
1 parent 01a2b0f commit bc067da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csp/middleware.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ class CSPMiddlewareAlwaysGenerateNonce(CSPMiddleware):
146146
This is useful when a later process needs a nonce, whether or not the wrapped
147147
request uses a nonce. One example is django-debug-toolbar (DDT). The DDT
148148
middleware needs to be high in the MIDDLEWARE list, so it can inject its
149-
HTML, CSS, and JS describing the request generation. DDT users can use
149+
HTML, CSS, and JS describing the response generation. DDT users can use
150150
this middleware instead of CSPMiddleware.
151151
"""
152152

0 commit comments

Comments
 (0)