From 8524e08eafedf1a10f9f5bddf478c23879936d7f 2013-08-14 11:50:28 From: Matthias BUSSONNIER Date: 2013-08-14 11:50:28 Subject: [PATCH] small doc fix in nbconvert --- diff --git a/IPython/nbconvert/transformers/base.py b/IPython/nbconvert/transformers/base.py index b9d18f6..0ed99e6 100755 --- a/IPython/nbconvert/transformers/base.py +++ b/IPython/nbconvert/transformers/base.py @@ -32,8 +32,8 @@ class Transformer(NbConvertBase): Any configurable traitlets this class exposed will be configurable in profiles using c.SubClassName.atribute=value - you can overwrite transform_cell to apply a transformation independently on each cell - or __call__ if you prefer your own logic. See corresponding docstring for informations. + you can overwrite `transform_cell` to apply a transformation independently on each cell + or `call` if you prefer your own logic. See corresponding docstring for informations. Disabled by default and can be enabled via the config by 'c.YourTransformerName.enabled = True'