Skip to content

Commit 97aec8f

Browse files
committed
chore: small readme fixes
1 parent accd0b6 commit 97aec8f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ Versioning scheme
133133

134134
Version scheme used by version-query is a relaxed mixture of:
135135

136-
* `Semantic Versioning 2.0.0 <http://semver.org/>`_ and
136+
* `Semantic Versioning 2.0.0 <http://semver.org/>`__ and
137137

138138
* `PEP 440 -- Version Identification and Dependency Specification <https://www.python.org/dev/peps/pep-0440/>`_.
139139

@@ -318,7 +318,7 @@ The base specification of the comparison scheme is:
318318

319319
* `PEP 508 -- Dependency specification for Python Software Packages <https://www.python.org/dev/peps/pep-0508/>`_ as well as
320320

321-
* `Semantic Versioning 2.0.0 <http://semver.org/>`_.
321+
* `Semantic Versioning 2.0.0 <http://semver.org/>`__.
322322

323323
With the notable difference to both that all version components are taken into account when
324324
establishing version precedence.
@@ -416,7 +416,7 @@ The Version objects are mutable, hashable and comparable.
416416
version = version_query.query_caller(stack_level=1)
417417
version = version_query.predict_caller(2)
418418
419-
Version object can be obtained for any supported path, as well as for any python code
419+
Version object can be obtained for any supported path, as well as for any Python code
420420
currently being executed -- as long as it is located in a supported location.
421421

422422

0 commit comments

Comments
 (0)