From da551dcf21959eb14e768656c7d55a6ad8760f14 Mon Sep 17 00:00:00 2001 From: Matthias Koeppe Date: Sat, 15 Aug 2020 17:34:03 -0700 Subject: [PATCH] src/sage/rings/number_field/number_field.py: Fix error found by pyflakes --- src/sage/rings/number_field/number_field.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/sage/rings/number_field/number_field.py b/src/sage/rings/number_field/number_field.py index 19a19bbf97d..dddcbd1b3c3 100644 --- a/src/sage/rings/number_field/number_field.py +++ b/src/sage/rings/number_field/number_field.py @@ -9682,11 +9682,11 @@ def hilbert_symbol_negative_at_S(self, S, b, check=True): "with respect to %s"%p) else: if not p in self.real_places(): - raise ValueError("entries of the list must be " + + raise ValueError("entries of the list must be " "prime ideals or real places") if p(b) > 0: - raise ValueError("%s is a square in the completion " + - "with respect to %s" %(b,p)) + raise ValueError("%s is a square in the completion " + "with respect to %s" % (b, p)) # L is the list of primes that we need to consider, b must have # nonzero valuation for each prime in L, this is the set S'