File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ One of:
162162Whether to report activity from the proxy to Jupyter Server. If _ True_ , Jupyter Server
163163will be notified of new activity. This is primarily used by JupyterHub for idle detection and culling.
164164
165- Useful if you want to have a seperate way of determining activity through a
165+ Useful if you want to have a separate way of determining activity through a
166166proxied application.
167167
168168Defaults to _ True_ .
Original file line number Diff line number Diff line change @@ -441,7 +441,7 @@ def rewrite_pe(rewritable_response: RewritableResponse):
441441 },
442442 )
443443
444- # Now we can cleanly apply the partially evaulated function to a copy of
444+ # Now we can cleanly apply the partially evaluated function to a copy of
445445 # the rewritten response.
446446 rewritten_response = rewritten_response ._apply_to_copy (rewrite_pe )
447447
You can’t perform that action at this time.
0 commit comments