commit | 67acf74c4eaf64a860cc1bcda6efe6e9cb01f89b | [log] [tgz] |
---|---|---|
author | Jiajie Zhong <zhongjiajie955@hotmail.com> | Sun Aug 09 03:29:03 2020 +0800 |
committer | GitHub <noreply@github.com> | Sat Aug 08 12:29:03 2020 -0700 |
tree | 862abf5aa83c71642728e2bfb33a77565306f42e | |
parent | 82ca8fada15b121866530f2cdac1b7055be4a244 [diff] |
Doc: Add output to example code in programming FAQ (GH-21346) Add output hint to document, part faq/programming, section [How do I write a function with output parameters (call by reference)?](https://docs.python.org/3/faq/programming.html#how-do-i-write-a-function-with-output-parameters-call-by-reference). This patch make the output hint just like prefix code block.