!21025 fix the contexpr for it lack a blank in the example

Merge pull request !21025 from dinglinhe/code_docs_dlh_ms_I42TE0
This commit is contained in:
i-robot 2021-07-29 06:18:03 +00:00 committed by Gitee
commit acaffa9da6
1 changed files with 1 additions and 1 deletions

View File

@ -641,7 +641,7 @@ def constexpr(fn=None, get_instance=True, name=None):
>>> def tuple_len_class(x):
... return len(x)
...
>>>tuple_len_class()(a)
>>> tuple_len_class()(a)
2
"""