Skip to content

Commit

Permalink
[DATALAD RUNCMD] run codespell throughout fixing typos automagically
Browse files Browse the repository at this point in the history
=== Do not change lines below ===
{
 "chain": [],
 "cmd": "codespell -w",
 "exit": 0,
 "extra_inputs": [],
 "inputs": [],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
  • Loading branch information
yarikoptic committed Jul 18, 2024
1 parent 77f7c3d commit b381a39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/server-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ One of:
Whether to report activity from the proxy to Jupyter Server. If _True_, Jupyter Server
will be notified of new activity. This is primarily used by JupyterHub for idle detection and culling.

Useful if you want to have a seperate way of determining activity through a
Useful if you want to have a separate way of determining activity through a
proxied application.

Defaults to _True_.
Expand Down
2 changes: 1 addition & 1 deletion jupyter_server_proxy/handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ def rewrite_pe(rewritable_response: RewritableResponse):
},
)

# Now we can cleanly apply the partially evaulated function to a copy of
# Now we can cleanly apply the partially evaluated function to a copy of
# the rewritten response.
rewritten_response = rewritten_response._apply_to_copy(rewrite_pe)

Expand Down

0 comments on commit b381a39

Please sign in to comment.