Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dcoudert committed Jul 13, 2024
1 parent 5c797ed commit 61bd3a7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/sage/graphs/generators/random.py
Original file line number Diff line number Diff line change
Expand Up @@ -883,7 +883,6 @@ def RandomProperIntervalGraph(n, seed=None):
vertices being adjacent if the two corresponding (closed) intervals
intersect. An interval graph is proper if no interval of the list properly
contains another interval.
Observe that proper interval graphs coincide with unit interval graphs.
See the :wikipedia:`Interval_graph` for more details.
Expand All @@ -904,7 +903,7 @@ def RandomProperIntervalGraph(n, seed=None):
INPUT:
- ``n`` -- positive integer; the number of versitces of the graph
- ``n`` -- positive integer; the number of vertices of the graph
- ``seed`` -- a ``random.Random`` seed or a Python ``int`` for the random
number generator (default: ``None``)
Expand Down

0 comments on commit 61bd3a7

Please sign in to comment.