update MappingKernelManager module docstring

This commit is contained in:
Min RK 2014-11-18 13:29:44 -08:00
parent 1914e27cff
commit a62a9abdef

View File

@ -1,4 +1,8 @@
"""A kernel manager relating notebooks and kernels"""
"""A MultiKernelManager for use in the notebook webserver
- raises HTTPErrors
- creates REST API models
"""
# Copyright (c) IPython Development Team.
# Distributed under the terms of the Modified BSD License.