Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion flit/vendorized/readme/rst.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def emptytag(

# Output math blocks as LaTeX that can be interpreted by MathJax for
# a prettier display of Math formulas.
# Pass a dummy path to supress docutils warning and emit HTML.
# Pass a dummy path to suppress docutils warning and emit HTML.
"math_output": "MathJax /dummy.js",

# Disable raw html as enabling it is a security risk, we do not want
Expand Down
2 changes: 1 addition & 1 deletion flit_core/flit_core/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,7 @@ def isabs_ish(path):


def normalise_compound_license_expr(s: str) -> str:
"""Validate and normalise a compund SPDX license expression.
"""Validate and normalise a compound SPDX license expression.

Per the specification, licence expression operators (AND, OR and WITH)
are matched case-sensitively. The WITH operator is not currently supported.
Expand Down
2 changes: 1 addition & 1 deletion tests/test_init.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ def test_find_readme_not_found():
assert ib.find_readme() is None


def test_init_readme_found_yes_choosen():
def test_init_readme_found_yes_chosen():
responses = ['test_module_name',
'Test Author',
'test_email@example.com',
Expand Down