Skip to content

Commit

Permalink
Fix typos (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Sep 20, 2022
1 parent d4352ef commit 0873078
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@ The text on the standard is:
In the case of a network-addressable URL, a schema need not be downloadable
from its canonical URI.

This information is confirmed in a `similar document submited to the IETF`_.
This information is confirmed in a `similar document submitted to the IETF`_.


.. _if-then-else: https://json-schema.org/understanding-json-schema/reference/conditionals.html
.. _issue: https://github.com/pypa/setuptools/issues/2671
.. _JSON Schema: https://json-schema.org/
.. _$id keyword: https://json-schema.org/draft/2020-12/json-schema-core.html#name-the-id-keyword
.. _similar document submited to the IETF: https://datatracker.ietf.org/doc/html/draft-wright-json-schema-01#section-8
.. _similar document submitted to the IETF: https://datatracker.ietf.org/doc/html/draft-wright-json-schema-01#section-8
2 changes: 1 addition & 1 deletion src/validate_pyproject/_vendor/fastjsonschema/generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ def generate_ref(self):
@indent
def l(self, line, *args, **kwds):
"""
Short-cut of line. Used for inserting line. It's formated with parameters
Short-cut of line. Used for inserting line. It's formatted with parameters
``variable``, ``variable_name`` (as ``name`` for short-cut), all keys from
current JSON schema ``definition`` and also passed arguments in ``args``
and named ``kwds``.
Expand Down
2 changes: 1 addition & 1 deletion tests/examples/pretend-setuptools/02-pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ text = "BSD-3-Clause"

[project.urls]
Homepage = "https://www.example.com/"
Documentation = "https://docs.exmaple.com/"
Documentation = "https://docs.example.com/"

[project.optional-dependencies]
argon2 = ["argon2-cffi >= 19.1.0"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ text = "BSD-3-Clause"

[project.urls]
Homepage = "https://www.example.com/"
Documentation = "https://docs.exmaple.com/"
Documentation = "https://docs.example.com/"

[project.optional-dependencies]
argon2 = ["argon2-cffi >= 19.1.0"]
Expand Down

0 comments on commit 0873078

Please sign in to comment.