Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Trac #18440: fix documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
videlec committed May 24, 2015
1 parent 9b30b92 commit 7e0330b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/graphs/generic_graph.py
Expand Up @@ -1521,7 +1521,7 @@ def incidence_matrix(self, oriented=None, sparse=True):
the endpoint of the edge), or one `2` (if the corresponding edge is a
loop).

If the graph is directed return a matrix in `{-1,0,1\}` where `-1` and
If the graph is directed return a matrix in `\{-1,0,1\}` where `-1` and
`+1` correspond respectively to the source and the target of the edge. A
loop will correspond to a zero column. In particular, it is not possible
to recover the loops of an oriented graph from its incidence matrix.
Expand Down

0 comments on commit 7e0330b

Please sign in to comment.