summaryrefslogtreecommitdiff
path: root/networkx/drawing/tests/test_pylab.py
diff options
context:
space:
mode:
Diffstat (limited to 'networkx/drawing/tests/test_pylab.py')
-rw-r--r--networkx/drawing/tests/test_pylab.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/networkx/drawing/tests/test_pylab.py b/networkx/drawing/tests/test_pylab.py
index cef2702d..668a6270 100644
--- a/networkx/drawing/tests/test_pylab.py
+++ b/networkx/drawing/tests/test_pylab.py
@@ -197,7 +197,7 @@ def test_more_edge_colors_than_num_edges_directed():
assert mpl.colors.same_color(fap.get_edgecolor(), expected)
-def test_edge_color_string_with_gloabl_alpha_undirected():
+def test_edge_color_string_with_global_alpha_undirected():
edge_collection = nx.draw_networkx_edges(
barbell,
pos=nx.random_layout(barbell),