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

Commit

Permalink
src/sage/manifolds/continuous_map_image.py: Update doctests
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoeppe committed Apr 17, 2021
1 parent 459758e commit 26c7e56
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/sage/manifolds/continuous_map_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,9 @@ def __contains__(self, point):
sage: phi_inv = M.continuous_map(N, {(CM, CN): [x]}, name='phi_inv')
sage: phi_N = phi.image(inverse=phi_inv)
sage: M((0, 0)) in phi_N
False
sage: M((0, 1)) in phi_N
True
"""
if super().__contains__(point):
Expand Down

0 comments on commit 26c7e56

Please sign in to comment.