summaryrefslogtreecommitdiff
path: root/_modules/networkx/generators/stochastic.html
diff options
context:
space:
mode:
Diffstat (limited to '_modules/networkx/generators/stochastic.html')
-rw-r--r--_modules/networkx/generators/stochastic.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/_modules/networkx/generators/stochastic.html b/_modules/networkx/generators/stochastic.html
index d4fb321e..8b3649d6 100644
--- a/_modules/networkx/generators/stochastic.html
+++ b/_modules/networkx/generators/stochastic.html
@@ -474,7 +474,7 @@
<div class="viewcode-block" id="stochastic_graph"><a class="viewcode-back" href="../../../reference/generated/networkx.generators.stochastic.stochastic_graph.html#networkx.generators.stochastic.stochastic_graph">[docs]</a><span class="nd">@not_implemented_for</span><span class="p">(</span><span class="s2">&quot;undirected&quot;</span><span class="p">)</span>
<span class="k">def</span> <span class="nf">stochastic_graph</span><span class="p">(</span><span class="n">G</span><span class="p">,</span> <span class="n">copy</span><span class="o">=</span><span class="kc">True</span><span class="p">,</span> <span class="n">weight</span><span class="o">=</span><span class="s2">&quot;weight&quot;</span><span class="p">):</span>
- <span class="sd">&quot;&quot;&quot;Returns a right-stochastic representation of directed graph `G`.</span>
+<span class="w"> </span><span class="sd">&quot;&quot;&quot;Returns a right-stochastic representation of directed graph `G`.</span>
<span class="sd"> A right-stochastic graph is a weighted digraph in which for each</span>
<span class="sd"> node, the sum of the weights of all the out-edges of that node is</span>
@@ -561,7 +561,7 @@
<p class="copyright">
- &copy; Copyright 2004-2022, NetworkX Developers.<br>
+ &copy; Copyright 2004-2023, NetworkX Developers.<br>
</p>