From fc1865ab76a21ce76a621ee0b6a678a815138a02 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Mon, 7 Mar 2022 18:38:24 +0100 Subject: [PATCH] 33463: another one --- src/sage/rings/localization.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sage/rings/localization.py b/src/sage/rings/localization.py index 794524a6d4a..5f9e506bdff 100644 --- a/src/sage/rings/localization.py +++ b/src/sage/rings/localization.py @@ -369,7 +369,7 @@ def factor(self, proof=None): INPUT: - - ``proof`` -- optional if given it is passed to the + - ``proof`` -- (optional) if given it is passed to the corresponding method of the numerator of ``self`` EXAMPLES::