Skip to content

Commit a8022ab

Browse files
mociarainkevin-bates
authored andcommitted
Fix quotes and tidy up the help messages
1 parent 9e04d24 commit a8022ab

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

jupyter_server/serverapp.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -762,9 +762,9 @@ def _token_default(self):
762762
max_body_size = Integer(512 * 1024 * 1024, config=True,
763763
help="""
764764
Sets the maximum allowed size of the client request body, specified in
765-
the Content-Length request header field. If the size in a request
766-
exceeds the configured value, returned to the client a
767-
Malformed HTTP message is returned.
765+
the Content-Length request header field. If the size in a request
766+
exceeds the configured value, a malformed HTTP message is returned to
767+
the client.
768768
769769
Note: max_body_size is applied even in streaming mode.
770770
"""
@@ -773,7 +773,7 @@ def _token_default(self):
773773
max_buffer_size = Integer(512 * 1024 * 1024, config=True,
774774
help="""
775775
Gets or sets the maximum amount of memory, in bytes, that is allocated
776-
for use by the manager of the buffers.
776+
for use by the buffer manager.
777777
"""
778778
)
779779

0 commit comments

Comments
 (0)