From 6385ce0aa1eca9d07666184cab7a392789dbfa17 Mon Sep 17 00:00:00 2001 From: Chelsea Sidrane Date: Thu, 1 Jun 2017 19:58:39 -0700 Subject: [PATCH] Update graphs.rst --- doc/source/graphs.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/graphs.rst b/doc/source/graphs.rst index 02037731..47c0ef58 100644 --- a/doc/source/graphs.rst +++ b/doc/source/graphs.rst @@ -374,7 +374,7 @@ Specifically, it implements the following methods: .. py:function:: out_edges(v, g) - returns the number of outgoing edges from vertex ``v`` in graph ``g``. + returns the outgoing edges from vertex ``v`` in graph ``g``. .. py:function:: out_neighbors(v, g)