Skip to content

Commit

Permalink
FIX codespell
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdoc committed Jun 21, 2024
1 parent ad52afa commit 0fe33b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .codespellrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[codespell]
skip = .git,*.pdf,*.svg,*.css,.codespellrc
skip = .git,*.pdf,*.svg,*.css,.codespellrc,build,_build,_auto_examples
check-hidden = true
ignore-regex = ^\s*"image/\S+": ".*
# ignore-words-list =
2 changes: 1 addition & 1 deletion voxelwise_tutorials/wordnet.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ def plot_wordnet_graph(node_colors, node_sizes, zorder=None, node_scale=200,
alpha : float
Transparency of the nodes.
ax : Axes or None
Matplotlib Axes where the grap will be plotted. If None, the current
Matplotlib Axes where the graph will be plotted. If None, the current
figure is used.
extra_edges : list of (str, str)
Add extra edges between named nodes. See the function ``load_wordnet``
Expand Down

0 comments on commit 0fe33b3

Please sign in to comment.