Skip to content

Commit

Permalink
Update networkx/drawing/layout.py
Browse files Browse the repository at this point in the history
spelling

Co-authored-by: Dan Schult <[email protected]>
  • Loading branch information
cvanelteren and dschult authored Feb 20, 2024
1 parent f1ea739 commit fa5e290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion networkx/drawing/layout.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit fa5e290

Please sign in to comment.