diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2022-03-22 11:13:36 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-22 11:13:36 +0100 |
| commit | 653daaa60cf4de7071136541169285ed3d71974d (patch) | |
| tree | 0c110182a513cceb4ca66bd1e2260cbd685ad32f /docs/internals/contributing/writing-documentation.txt | |
| parent | 7325d291524827806feed271a077ea23e2b1b21f (diff) | |
Refs #31676 -- Used term "merger" instead of "committer" in docs.
Follow up to caa2dd08c4722c8702588f5dfe1fa4c506aa66fc.
Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es>
Diffstat (limited to 'docs/internals/contributing/writing-documentation.txt')
| -rw-r--r-- | docs/internals/contributing/writing-documentation.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/internals/contributing/writing-documentation.txt b/docs/internals/contributing/writing-documentation.txt index 9ea20d0095..97fc87ac15 100644 --- a/docs/internals/contributing/writing-documentation.txt +++ b/docs/internals/contributing/writing-documentation.txt @@ -31,8 +31,8 @@ Django from the source code repository (see :ref:`installing-development-version`). The development version has the latest-and-greatest documentation, just as it has latest-and-greatest code. We also backport documentation fixes and improvements, at the discretion of the -committer, to the last release branch. That's because it's highly advantageous -to have the docs for the last release be up-to-date and correct (see +merger, to the last release branch. That's because it's highly advantageous to +have the docs for the last release be up-to-date and correct (see :ref:`differences-between-doc-versions`). Getting started with Sphinx |
