Skip to content

Commit 0eb482e

Browse files
committed
fix doctests
1 parent 3c65a74 commit 0eb482e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pymathics/graph/base.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -840,6 +840,7 @@ class AdjacencyList(_NetworkXBuiltin):
840840
matching $pattern$.
841841
</dl>
842842
843+
>> LoadModule["pymathics.graph"];
843844
>> AdjacencyList[{1 -> 2, 2 -> 3}, 3]
844845
= {2}
845846

0 commit comments

Comments
 (0)