##// END OF EJS Templates
Fixes newline issue in sphinx docstring build (#14553)...
Fixes newline issue in sphinx docstring build (#14553) Added a newline under the %%timeit magic command in cell mode in the built-in magic commands section of the tutorial in the documentation

File last commit:

r25734:c7f8f6ea
r28903:03c683b8 merge
Show More
__init__.py
7 lines | 126 B | text/x-python | PythonLexer
"""
This package contains all third-party modules bundled with IPython.
"""
from typing import List
__all__: List[str] = []