fix the contexpr for it lack a blank in the example

This commit is contained in:
dinglinhe 2021-07-29 09:33:30 +08:00
parent 18872a6475
commit 290085b26e
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
"""