File tree Expand file tree Collapse file tree 2 files changed +84
-33
lines changed Expand file tree Collapse file tree 2 files changed +84
-33
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments