Skip to content

Commit 0fe33b3

Browse files
committed
FIX codespell
1 parent ad52afa commit 0fe33b3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.codespellrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[codespell]
2-
skip = .git,*.pdf,*.svg,*.css,.codespellrc
2+
skip = .git,*.pdf,*.svg,*.css,.codespellrc,build,_build,_auto_examples
33
check-hidden = true
44
ignore-regex = ^\s*"image/\S+": ".*
55
# ignore-words-list =

voxelwise_tutorials/wordnet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ def plot_wordnet_graph(node_colors, node_sizes, zorder=None, node_scale=200,
164164
alpha : float
165165
Transparency of the nodes.
166166
ax : Axes or None
167-
Matplotlib Axes where the grap will be plotted. If None, the current
167+
Matplotlib Axes where the graph will be plotted. If None, the current
168168
figure is used.
169169
extra_edges : list of (str, str)
170170
Add extra edges between named nodes. See the function ``load_wordnet``

0 commit comments

Comments
 (0)