From 5ac2ba4451d4bb7bfbab5aec764b968223cdad9e Mon Sep 17 00:00:00 2001 From: dcoudert Date: Sun, 6 Oct 2024 19:46:08 +0200 Subject: [PATCH] add missing description of input G --- src/sage/graphs/orientations.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/sage/graphs/orientations.py b/src/sage/graphs/orientations.py index 1dce9456de7..038ee1ebe81 100644 --- a/src/sage/graphs/orientations.py +++ b/src/sage/graphs/orientations.py @@ -50,6 +50,8 @@ def orient(G, f, weighted=None, data_structure=None, sparse=None, INPUT: + - ``G`` -- an undirected graph + - ``f`` -- a function that inputs an edge and outputs an orientation of this edge