diff options
| author | Hasan Ramezani <hasan.r67@gmail.com> | 2019-12-03 17:26:46 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-12-03 20:11:54 +0100 |
| commit | b1d39131ebb9f20bea182cb63a8a580fc4b3c00d (patch) | |
| tree | b30da8f24f9b71a6be35fc33b11a997487c7e11c /docs | |
| parent | 26cab4e8c113b873b99b747128a064ba72d40c74 (diff) | |
Fixed typo in internals/contributing/writing-documentation.txt.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/internals/contributing/writing-documentation.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/internals/contributing/writing-documentation.txt b/docs/internals/contributing/writing-documentation.txt index 299106345e..af04ad317a 100644 --- a/docs/internals/contributing/writing-documentation.txt +++ b/docs/internals/contributing/writing-documentation.txt @@ -235,9 +235,9 @@ documentation: Five ^^^^ -* Use :rst:role:`:rfc:<rfc>` to reference RFC and and try to link to the - relevant section if possible. For example, use ``:rfc:`2324#section-2.3.2``` - or ``:rfc:`Custom link text <2324#section-2.3.2>```. +* Use :rst:role:`:rfc:<rfc>` to reference RFC and try to link to the relevant + section if possible. For example, use ``:rfc:`2324#section-2.3.2``` or + ``:rfc:`Custom link text <2324#section-2.3.2>```. Django-specific markup ====================== |
