Skip to content

Commit f7ce491

Browse files
committed
Change summary line for p-adic fields on extent of data
1 parent 407a679 commit f7ce491

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lmfdb/local_fields/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -859,7 +859,7 @@ def short_summary(self):
859859

860860
@property
861861
def summary(self):
862-
return r'The database currently contains %s %s, including all with $p < 200$ and %s $n < 16$.' % (
862+
return r'The database currently contains %s %s, including all with $p < 200$ and %s $n < 24$.' % (
863863
comma(self.numfields),
864864
display_knowl("lf.padic_field", r"$p$-adic fields"),
865865
display_knowl("lf.degree", "degree")

0 commit comments

Comments
 (0)