From fa5e2903c8a238e0e0fb532dd57de5b7d7b98dd4 Mon Sep 17 00:00:00 2001 From: Casper van Elteren Date: Tue, 20 Feb 2024 06:34:15 +0100 Subject: [PATCH] Update networkx/drawing/layout.py spelling Co-authored-by: Dan Schult --- networkx/drawing/layout.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/networkx/drawing/layout.py b/networkx/drawing/layout.py index c879c342cb1f..a5b705754fad 100644 --- a/networkx/drawing/layout.py +++ b/networkx/drawing/layout.py @@ -1135,7 +1135,7 @@ def forceatlas2_layout( In the layout, nodes repulse each other similar to oppositely charged particles, while edges attract like to springs. The balance between the attractive and - repulsive forces produce visualy pleasing layouts, + repulsive forces produce visually pleasing layouts, particularly for large graphs. The algorithm includes parameters for customization,