Skip to content

Commit

Permalink
[DATALAD RUNCMD] Do interactive fixing of some ambigous typos
Browse files Browse the repository at this point in the history
=== Do not change lines below ===
{
 "chain": [],
 "cmd": "codespell -w -i 3 -C 2",
 "exit": 0,
 "extra_inputs": [],
 "inputs": [],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
  • Loading branch information
yarikoptic committed Aug 16, 2023
1 parent 327f025 commit 3817e0e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion davos/core/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ def _block_greedy_ipython_completer():
imports.
This is particularly problematic for packages that set
`IPython`- or notebook-specific options or behavors on import (like
`IPython`- or notebook-specific options or behaviors on import (like
`davos`) because the autocomplete mechanism imports them *outside*
the `IPython` environment. To prevent this, `davos` parses the stack
trace for any calls originating from IPython's autocomple module
Expand Down
2 changes: 1 addition & 1 deletion tests/test_ipython_pre7.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@
"source": [
"def test_generate_parser_func_noop():\n",
" \"\"\"\n",
" the `IPython<7.0` implementation fo `generate_parser_func` should \n",
" the `IPython<7.0` implementation of `generate_parser_func` should \n",
" simply return the single-line parser, untouched\n",
" \"\"\"\n",
" davos_parser = davos.implementations.full_parser\n",
Expand Down
2 changes: 1 addition & 1 deletion tests/test_project.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
" `atexit.unregister(<fn>)` compares <fn> to each function in the \n",
" list with `==`, and fails silently if <fn> isn't found. This \n",
" dummy class records each object it's compared to using `==`, so \n",
" passing it to `atexit.unregister()` will extract te list of \n",
" passing it to `atexit.unregister()` will extract the list of \n",
" currently registered functions.\n",
" \"\"\"\n",
" def __init__(self):\n",
Expand Down

0 comments on commit 3817e0e

Please sign in to comment.