File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ One of:
162
162
Whether to report activity from the proxy to Jupyter Server. If _ True_ , Jupyter Server
163
163
will be notified of new activity. This is primarily used by JupyterHub for idle detection and culling.
164
164
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
166
166
proxied application.
167
167
168
168
Defaults to _ True_ .
Original file line number Diff line number Diff line change @@ -441,7 +441,7 @@ def rewrite_pe(rewritable_response: RewritableResponse):
441
441
},
442
442
)
443
443
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
445
445
# the rewritten response.
446
446
rewritten_response = rewritten_response ._apply_to_copy (rewrite_pe )
447
447
You can’t perform that action at this time.
0 commit comments