File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ Versioning scheme
133133
134134Version 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
323323With the notable difference to both that all version components are taken into account when
324324establishing 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
420420currently being executed -- as long as it is located in a supported location.
421421
422422
You can’t perform that action at this time.
0 commit comments