diff options
author | Jarrod Millman <jarrod.millman@gmail.com> | 2021-07-27 06:25:01 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-27 09:25:01 -0400 |
commit | 2eb274e39f712047cebf5666ee9caf2ba2e51ee4 (patch) | |
tree | bb24f5d561e8158832e2f2a93ba5fdfa8cb44886 | |
parent | e605a13c0ca441bd893a2963f3184db4d681ea4b (diff) | |
download | networkx-2eb274e39f712047cebf5666ee9caf2ba2e51ee4.tar.gz |
Fix typo (#4988)
-rw-r--r-- | doc/release/api_1.9.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/release/api_1.9.rst b/doc/release/api_1.9.rst index bc73e8f4..98875fa3 100644 --- a/doc/release/api_1.9.rst +++ b/doc/release/api_1.9.rst @@ -201,7 +201,7 @@ Other new functionalities added to provide link prediction-related functionalities. * Write Support for the graph6 and sparse6 formats is added in the read/write - package (:samp:`networx.readwrite`). + package (:samp:`networkx.readwrite`). * A :samp:`goldberg_radzik` function is added in the shortest path package (:samp:`networkx.algorithms.shortest_paths`) for computing shortest paths |