mirror of
https://github.com/python/cpython.git
synced 2026-05-17 18:08:50 -04:00
67acf74c4e
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.