Skip to content

Commit 310e713

Browse files
committed
Move the documentation to the last paragraph
1 parent 64cd2cf commit 310e713

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

Doc/faq/general.rst

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -133,11 +133,6 @@ Python versions are numbered "A.B.C" or "A.B":
133133
changes.
134134
* *C* is the micro version number -- it is incremented for each bugfix release.
135135

136-
See the `Developer's Guide
137-
<https://devguide.python.org/developer-workflow/development-cycle/>`__ for more information about
138-
the development cycle, and :pep:`387` to learn more about Python's
139-
backward compatibility policy.
140-
141136
Not all releases are bugfix releases. In the run-up to a new feature release, a
142137
series of development releases are made, denoted as alpha, beta, or release
143138
candidate. Alphas are early releases in which interfaces aren't yet finalized;
@@ -160,7 +155,11 @@ unreleased versions, built directly from the CPython development repository. In
160155
practice, after a final minor release is made, the version is incremented to the
161156
next minor version, which becomes the "a0" version, e.g. "2.4a0".
162157

163-
See also the documentation for :data:`sys.version`, :data:`sys.hexversion`, and
158+
See the
159+
`Developer's Guide<https://devguide.python.org/developer-workflow/development-cycle/>__`
160+
for more information about the development cycle, and
161+
:pep:`387` to learn more about Python's backward compatibility policy. See also
162+
the documentation for :data:`sys.version`, :data:`sys.hexversion`, and
164163
:data:`sys.version_info`.
165164

166165

0 commit comments

Comments
 (0)