diff options
| author | Clumart.G <ktaog6@126.com> | 2021-04-23 21:24:16 +0800 |
|---|---|---|
| committer | Carlton Gibson <carlton.gibson@noumenal.es> | 2021-04-23 15:25:12 +0200 |
| commit | fc9cbad880632e77a37957ba6686a72c2e7481e4 (patch) | |
| tree | 9913b009aca2f2adbf181eb33a28122795822c8d /docs/intro | |
| parent | 1cf0989b0633bb982658e2c7015036d8475a13ca (diff) | |
[3.2.x] Refs #28034 -- Corrected docs example in contributing tutorial.
Backport of 67bb1f516cf507feb141fd4ef746456e1ef67c4a from main
Diffstat (limited to 'docs/intro')
| -rw-r--r-- | docs/intro/contributing.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/intro/contributing.txt b/docs/intro/contributing.txt index c61500357f..f745442d13 100644 --- a/docs/intro/contributing.txt +++ b/docs/intro/contributing.txt @@ -412,6 +412,8 @@ file:: ``make_toast()`` ================ + .. function:: make_toast() + .. versionadded:: 2.2 Returns ``'toast'``. |
