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

Commit

Permalink
Trac #30266: minor doctest improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Jung committed Aug 5, 2020
1 parent 3faa75a commit f812586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/manifolds/scalarfield.py
Expand Up @@ -3549,7 +3549,7 @@ def __hash__(self):
sage: X.<x,y> = M.chart()
sage: f = M.scalar_field(x^2, name='f')
sage: f.set_immutable()
sage: g = M.scalar_field(x^2, name='f')
sage: g = M.scalar_field(x^2, name='g')
sage: g.set_immutable()
Check whether equality implies equality of hash::
Expand Down

0 comments on commit f812586

Please sign in to comment.