Skip to content

Commit 419a19e

Browse files
committed
Revisions for NetWorkX >= 3.0.0
1 parent b00c08f commit 419a19e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pymathics/graph/properties.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -404,15 +404,15 @@ def eval(self, graph, expression, evaluation: Evaluation, options: dict):
404404

405405
class SimpleGraphQ(_NetworkXBuiltin):
406406
"""
407-
Simple (not multigraph)<url>
407+
Simple (not multigraph) <url>
408408
:graph:
409409
https://en.wikipedia.org/wiki/Graph_(discrete_mathematics)#Graph
410410
</url> test (<url>
411411
:WMA:
412412
https://reference.wolfram.com/language/ref/SimpleGraphQ.html</url>)
413413
414414
<dl>
415-
<dt>'LoopFreeGraphQ'[$graph$]
415+
<dt>'SimpleGraphQ'[$graph$]
416416
<dd>True if $graph$ is a 'Graph', loop-free and each pair of \
417417
vertices are connected at most by a single edge.
418418
</dl>

pymathics/graph/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
# well as importing into Python. That's why there is no
66
# space around "=" below.
77
# fmt: off
8-
__version__="6.0.1dev0" # noqa
8+
__version__="6.1.0dev0" # noqa

0 commit comments

Comments
 (0)