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

Commit

Permalink
change \time to \times
Browse files Browse the repository at this point in the history
  • Loading branch information
dcoudert committed Feb 13, 2021
1 parent 3167255 commit 23ca337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/graphs/generators/basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -806,7 +806,7 @@ def Toroidal6RegularGrid2dGraph(p, q):

def Grid2dGraph(p, q, set_positions=True):
r"""
Return a `2`-dimensional grid graph with `p \time q` nodes (`p` rows and `q`
Return a `2`-dimensional grid graph with `p \times q` nodes (`p` rows and `q`
columns).
A 2d grid graph resembles a `2` dimensional grid. All inner nodes are
Expand Down

0 comments on commit 23ca337

Please sign in to comment.