summaryrefslogtreecommitdiff
path: root/_modules/networkx/algorithms/traversal/edgedfs.html
diff options
context:
space:
mode:
Diffstat (limited to '_modules/networkx/algorithms/traversal/edgedfs.html')
-rw-r--r--_modules/networkx/algorithms/traversal/edgedfs.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/_modules/networkx/algorithms/traversal/edgedfs.html b/_modules/networkx/algorithms/traversal/edgedfs.html
index ccb9b575..a23c1ce6 100644
--- a/_modules/networkx/algorithms/traversal/edgedfs.html
+++ b/_modules/networkx/algorithms/traversal/edgedfs.html
@@ -478,7 +478,7 @@
<div class="viewcode-block" id="edge_dfs"><a class="viewcode-back" href="../../../../reference/algorithms/generated/networkx.algorithms.traversal.edgedfs.edge_dfs.html#networkx.algorithms.traversal.edgedfs.edge_dfs">[docs]</a><span class="k">def</span> <span class="nf">edge_dfs</span><span class="p">(</span><span class="n">G</span><span class="p">,</span> <span class="n">source</span><span class="o">=</span><span class="kc">None</span><span class="p">,</span> <span class="n">orientation</span><span class="o">=</span><span class="kc">None</span><span class="p">):</span>
- <span class="sd">&quot;&quot;&quot;A directed, depth-first-search of edges in `G`, beginning at `source`.</span>
+<span class="w"> </span><span class="sd">&quot;&quot;&quot;A directed, depth-first-search of edges in `G`, beginning at `source`.</span>
<span class="sd"> Yield the edges of G in a depth-first-search order continuing until</span>
<span class="sd"> all edges are generated.</span>
@@ -686,7 +686,7 @@
<p class="copyright">
- &copy; Copyright 2004-2022, NetworkX Developers.<br>
+ &copy; Copyright 2004-2023, NetworkX Developers.<br>
</p>