Skip to content

Commit 0750cbe

Browse files
brettcannonFFY00
andauthored
Apply suggestions from code review
Co-authored-by: Filipe Laíns 🇵🇸 <[email protected]>
1 parent 8db3275 commit 0750cbe

File tree

2 files changed

+84
-33
lines changed

2 files changed

+84
-33
lines changed

source/specifications/dependency-specifiers.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -281,19 +281,19 @@ an error like all other unknown variables.
281281
``Darwin Kernel Version 14.5.0: Wed Jul 29 02:18:53 PDT 2015; root:xnu-2782.40.9~2/RELEASE_X86_64``
282282
* - ``python_version``
283283
- ``'.'.join(platform.python_version_tuple()[:2])``
284-
- Version
284+
- :ref:`Version <version-specifiers>`
285285
- ``3.4``, ``2.7``
286286
* - ``python_full_version``
287287
- :py:func:`platform.python_version()`
288-
- Version
288+
- :ref:`Version <version-specifiers>`
289289
- ``3.4.0``, ``3.5.0b1``
290290
* - ``implementation_name``
291291
- :py:data:`sys.implementation.name <sys.implementation>`
292292
- String
293293
- ``cpython``
294294
* - ``implementation_version``
295295
- see definition below
296-
- Version
296+
- :ref:`Version <version-specifiers>`
297297
- ``3.4.0``, ``3.5.0b1``
298298
* - ``extra``
299299
- An error except when defined by the context interpreting the

0 commit comments

Comments
 (0)