diff --git a/IPython/testing/__init__.py b/IPython/testing/__init__.py index c0a2ff9..165f503 100644 --- a/IPython/testing/__init__.py +++ b/IPython/testing/__init__.py @@ -18,7 +18,7 @@ def test(**kwargs): Any of the options for run_iptestall() may be passed as keyword arguments. - For example: + For example:: IPython.test(testgroups=['lib', 'config', 'utils'], fast=2)