Skip to content

Commit b381a39

Browse files
committed
[DATALAD RUNCMD] run codespell throughout fixing typos automagically
=== Do not change lines below === { "chain": [], "cmd": "codespell -w", "exit": 0, "extra_inputs": [], "inputs": [], "outputs": [], "pwd": "." } ^^^ Do not change lines above ^^^
1 parent 77f7c3d commit b381a39

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/source/server-process.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ One of:
162162
Whether to report activity from the proxy to Jupyter Server. If _True_, Jupyter Server
163163
will 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
166166
proxied application.
167167

168168
Defaults to _True_.

jupyter_server_proxy/handlers.py

+1-1
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)