We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 407a679 commit f7ce491Copy full SHA for f7ce491
lmfdb/local_fields/main.py
@@ -859,7 +859,7 @@ def short_summary(self):
859
860
@property
861
def summary(self):
862
- return r'The database currently contains %s %s, including all with $p < 200$ and %s $n < 16$.' % (
+ return r'The database currently contains %s %s, including all with $p < 200$ and %s $n < 24$.' % (
863
comma(self.numfields),
864
display_knowl("lf.padic_field", r"$p$-adic fields"),
865
display_knowl("lf.degree", "degree")
0 commit comments