##// END OF EJS Templates
Backport PR #4488: fix typo in message spec doc...
Backport PR #4488: fix typo in message spec doc complete_reply have a `matched_text` and not a `text` field. Fixes #4485. Should we backport doc fixes on 1.x ?

File last commit:

r4053:b45902e3
r13963:2a903a34
Show More
__init__.py
4 lines | 82 B | text/x-python | PythonLexer
try:
from decorator import *
except ImportError:
from _decorator import *