summaryrefslogtreecommitdiff
path: root/doc/release/release_2.0.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/release/release_2.0.rst')
-rw-r--r--doc/release/release_2.0.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/release/release_2.0.rst b/doc/release/release_2.0.rst
index 8f27a91a..baa8ef68 100644
--- a/doc/release/release_2.0.rst
+++ b/doc/release/release_2.0.rst
@@ -427,7 +427,7 @@ Merged PRs
- Fix code escaping. (#2214)
- Add adjlist_outer_dict_factory. (#2222)
- Typo in scale free network generator documentation (#2225)
-- Add link to nx.drawing.layout instead of mentionning nx.layout. (#2224)
+- Add link to nx.drawing.layout instead of mentioning nx.layout. (#2224)
- Example not working in tutorial (#2230)
- don't assume nodes are sortable when running dag_longest_path (#2228)
- Correct typo (#2236)
@@ -456,7 +456,7 @@ Merged PRs
- Adds chain decomposition algorithm. (#2284)
- add the Hoffman-Singleton graph (#2275)
- Allow grid_graph generator to accept tuple dim argument (#2320)
-- psuedo -> pseudo (fixing typo) (#2322)
+- pseudo -> pseudo (fixing typo) (#2322)
- Corrects navigable small world graph param docs (#2321)
- Fix bug in find_cycle. (#2324)
- flip source target (#2309)