diff options
| author | Clumart.G <ktaog6@126.com> | 2021-04-23 21:24:16 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-23 15:24:16 +0200 |
| commit | 67bb1f516cf507feb141fd4ef746456e1ef67c4a (patch) | |
| tree | 43a54a1273f52712052ede697acefc7c92475a2a | |
| parent | 2f435e75ab4923c50f0999a77dfc26cff4429deb (diff) | |
Refs #28034 -- Corrected docs example in contributing tutorial.
| -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'``. |
