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 21:04:23 +0100 |
| commit | c8c0c0def738701339712eb20d96b0ed7a94eb9a (patch) | |
| tree | d225a79002eeb2bdc99b5c8f788924c2815f9688 | |
| parent | 9243435b5e7e327d0e1e1271b6dfd4c74ca7120b (diff) | |
[3.0.x] Fixed typo in internals/contributing/writing-documentation.txt.
Backport of b1d39131ebb9f20bea182cb63a8a580fc4b3c00d from master
| -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 ====================== |
