From aea65ac0d8e0eb76ea1f9d1364ad4bc78f8bea38 2013-12-03 23:37:42 From: Thomas Kluyver Date: 2013-12-03 23:37:42 Subject: [PATCH] Fix docstring codeblock --- 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)