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

Commit

Permalink
:module: -> :mod:
Browse files Browse the repository at this point in the history
  • Loading branch information
xcaruso committed Jul 12, 2020
1 parent b327f51 commit c40eebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/rings/polynomial/ore_polynomial_ring.py
Original file line number Diff line number Diff line change
Expand Up @@ -1142,7 +1142,7 @@ def fraction_field(self):
.. SEEALSO::
:module:`sage.rings.polynomial.ore_function_field`
:mod:`sage.rings.polynomial.ore_function_field`
"""
if self._fraction_field is None:
if self.base_ring() in _Fields:
Expand Down

0 comments on commit c40eebe

Please sign in to comment.