Skip to content

Commit 5ac2ba4

Browse files
committed
add missing description of input G
1 parent 6537374 commit 5ac2ba4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/sage/graphs/orientations.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ def orient(G, f, weighted=None, data_structure=None, sparse=None,
5050
5151
INPUT:
5252
53+
- ``G`` -- an undirected graph
54+
5355
- ``f`` -- a function that inputs an edge and outputs an orientation of this
5456
edge
5557

0 commit comments

Comments
 (0)