summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorysitu <ysitu@users.noreply.github.com>2014-05-30 20:15:20 -0400
committerysitu <ysitu@users.noreply.github.com>2014-05-30 20:15:20 -0400
commitc7c2ac421d193053e39bfdffd2fc938911c8d2ab (patch)
treea36555459bb00da606425a7ee386846b80a9d339
parent8e9ad0a9bf32b926ef181c1e5b2808f26ad036d9 (diff)
downloadnetworkx-c7c2ac421d193053e39bfdffd2fc938911c8d2ab.tar.gz
Fix typos in api_1.9.rst
-rw-r--r--doc/source/reference/api_1.9.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/source/reference/api_1.9.rst b/doc/source/reference/api_1.9.rst
index 3bdd0a93..7cd78b57 100644
--- a/doc/source/reference/api_1.9.rst
+++ b/doc/source/reference/api_1.9.rst
@@ -137,7 +137,7 @@ Other new functionalities
* Functions :samp:`algebraic_connectivity`, :samp:`fiedler_vector` and
:samp:`spectral_ordering` are added in the linear algebra package
(:samp:`networkx.linalg`) for computing the algebraic connectivity, Fiedler
- vectors and spectral orderings of directed graphs.
+ vectors and spectral orderings of undirected graphs.
* A link prediction package (:samp:`networkx.algorithms.link_prediction`) is
added to provide link prediction-related functionalities.
@@ -164,8 +164,8 @@ Miscellaneous changes
To recover the earlier behavior, use :samp:`list(connected_components(G))`.
* JSON helpers in the JSON graph package (:samp:`networkx.readwrite.json_graph`)
- are removed. Use functions from the standard library (e.g., `json.dumps`)
- instead.
+ are removed. Use functions from the standard library (e.g.,
+ :samp:`json.dumps`) instead.
* Support for Python 3.1 is dropped. Basic support is added for Jython 2.7 and
IronPython 2.7, although they remain not officially supported.