1
0
mirror of https://github.com/django/django.git synced 2025-03-24 16:20:46 +00:00

Improved wording in writing documentation docs.

This commit is contained in:
Steadman 2015-06-04 11:35:47 +01:00 committed by Erik Romijn
parent 40f2325df6
commit dfdcb3ca22

View File

@ -210,7 +210,7 @@ Our policy for new features is:
Our preferred way for marking new features is by prefacing the features'
documentation with: "``.. versionadded:: X.Y``", followed by a mandatory
blank line and an optional content (indented).
blank line and an optional description (indented).
General improvements, or other changes to the APIs that should be emphasized
should use the "``.. versionchanged:: X.Y``" directive (with the same format