Skip to content

Commit

Permalink
more typos
Browse files Browse the repository at this point in the history
  • Loading branch information
fchapoton committed Sep 2, 2024
1 parent 89dd002 commit 3c73fb4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lmfdb/ecnf/WebEllipticCurve.py
Original file line number Diff line number Diff line change
Expand Up @@ -718,7 +718,7 @@ def latex_kod(kod):
# LMFDB labels:
self.base_change_Q = [cremona_label_to_lmfdb_label(lab) for lab in self.base_change if '-' not in lab]

# sort by conductor (so also unkown curves come last)
# sort by conductor (so also unknown curves come last)
self.base_change_Q.sort(key=lambda lab:ZZ(conductor_from_label(lab)))
self.bcQtext = [] # for the Base change section of the home page
for lab in self.base_change_Q:
Expand Down
4 changes: 2 additions & 2 deletions lmfdb/utils/search_columns.py
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ def download(self, rec, name=None):

class ProcessedLinkCol(ProcessedCol):
"""
These columns allow for funtions to be applied to the contents retrieved from the database before generating
These columns allow for functions to be applied to the contents retrieved from the database before generating
a link. They take three additional inputs:
- ``url_func`` -- a function producing the url from the contents
Expand All @@ -392,7 +392,7 @@ class MultiProcessedCol(SearchCol):
- ``inputs`` -- a list of column names from the search table (or that have been created in a postprocessing step)
- ``func`` -- a function taking as input the inputs from a given row and producing a value to be displayed
- ``apply_download`` -- either a boolean (determing whether the function should be applied when
- ``apply_download`` -- either a boolean (determining whether the function should be applied when
downloading), or a function that is applied instead when downloading.
Note that ``download_col`` is still available, and provides an alternative to the use of ``apply_download``.
Expand Down

0 comments on commit 3c73fb4

Please sign in to comment.