Skip to content

Commit 382146d

Browse files
committed
merge two Harary refs
1 parent a2cd297 commit 382146d

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

src/doc/en/reference/references/index.rst

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3331,13 +3331,10 @@ REFERENCES:
33313331
SIAM Review 4 (1962), pp. 202-210.
33323332
:doi:`10.1137/1004057`
33333333
3334-
.. [Har1969] Frank Harary, *Graph Theory*,
3335-
Addison-Wesley, 1969.
3334+
.. [Har1969] Frank Harary, *Graph Theory*, Addison-Wesley, 1969.
33363335
33373336
.. [Har1977] \R. Hartshorne. *Algebraic Geometry*. Springer-Verlag, New York, 1977.
33383337
3339-
.. [Har1994] Frank Harary. *Graph Theory*. Reading, MA: Addison-Wesley, 1994.
3340-
33413338
.. [Har2009] Harvey, David. *Efficient computation of p-adic heights*.
33423339
LMS J. Comput. Math. **11** (2008), 40–59.
33433340

src/sage/graphs/generators/smallgraphs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2093,7 +2093,7 @@ def DesarguesGraph():
20932093
"""
20942094
Return the Desargues graph.
20952095
2096-
PLOTTING: The layout chosen is the same as on the cover of [Har1994]_.
2096+
PLOTTING: The layout chosen is the same as on the cover of [Har1969]_.
20972097
20982098
EXAMPLES::
20992099

0 commit comments

Comments
 (0)