Skip to content

Commit 0f3f502

Browse files
committed
doc: formatting fix. Don't trigger description list.
1 parent d7d760f commit 0f3f502

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

roundup/cgi/client.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -298,10 +298,10 @@ class Client:
298298
should be sent to the client
299299
- "response_code" is the HTTP response code to send to the client
300300
- "translator" is TranslationService instance
301-
- "client-nonce" is a unique value for this client connection. Can be
302-
used as a nonce for CSP headers and to sign javascript code
303-
presented to the browser. This is different from the CSRF nonces
304-
and can not be used for anti-csrf measures.
301+
- "clientnonce" is a unique value for this client connection. Can be
302+
used as a nonce for CSP headers and to sign javascript code
303+
presented to the browser. This is different from the CSRF nonces
304+
and can not be used for anti-csrf measures.
305305
306306
During the processing of a request, the following attributes are used:
307307

0 commit comments

Comments
 (0)