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

Commit

Permalink
src/sage/sets/image_set.py: Clarify is_injective=False
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Aug 17, 2022
1 parent 9e8d023 commit 6aeab7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/sets/image_set.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class ImageSubobject(Parent):
- ``is_injective`` -- whether the ``map`` is injective:
- ``None`` (default): infer from ``map`` or default to ``False``
- ``False``: ``map`` is known to be non-injective
- ``False``: do not assume that ``map`` is injective
- ``True``: ``map`` is known to be injective
- ``"check"``: raise an error when ``map`` is not injective
Expand Down

0 comments on commit 6aeab7d

Please sign in to comment.