From: Benjamin Peterson Date: Mon, 12 Oct 2015 06:03:22 +0000 (-0700) Subject: actually link to the version attributes documentation X-Git-Tag: v2.7.11rc1~66 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a20c72a2641f05997f79c33b047cfbf064c6779c;p=thirdparty%2FPython%2Fcpython.git actually link to the version attributes documentation --- diff --git a/Doc/faq/general.rst b/Doc/faq/general.rst index d73c10357524..8c7f5380816d 100644 --- a/Doc/faq/general.rst +++ b/Doc/faq/general.rst @@ -151,8 +151,8 @@ after a final minor release is made, the Subversion trunk is incremented to the next minor version, which becomes the "a0" version, e.g. "2.4a0". -See also the documentation for ``sys.version``, ``sys.hexversion``, and -``sys.version_info``. +See also the documentation for :data:`sys.version`, :data:`sys.hexversion`, and +:data:`sys.version_info`. How do I obtain a copy of the Python source?