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

Commit

Permalink
Fix a dangling sage: prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
roed314 authored and GIT_AUTHOR_NAME committed Jun 11, 2017
1 parent 3cc08d1 commit 09d3456
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sage/structure/parent.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -1841,7 +1841,6 @@ cdef class Parent(category_object.CategoryObject):
sage: QQ[['x']].coerce_map_from(QQ).category_for()
Category of euclidean domains
sage:
"""
import coerce_maps
if self._convert_method_name is not None:
Expand Down

0 comments on commit 09d3456

Please sign in to comment.