##// 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:

r11747:f7935438
r13963:2a903a34
Show More
__init__.py
7 lines | 171 B | text/x-python | PythonLexer
"""Utilities for converting notebooks to and from different formats."""
from .exporters import *
import filters
import transformers
import post_processors
import writers