##// END OF EJS Templates
formatter docstring consistency
MinRK -
Show More
@@ -324,7 +324,7 b' class BaseFormatter(Configurable):'
324
324
325 Parameters
325 Parameters
326 ----------
326 ----------
327 typ : type
327 typ : type or '__module__.__name__' string for a type
328
328
329 Returns
329 Returns
330 -------
330 -------
@@ -358,7 +358,7 b' class BaseFormatter(Configurable):'
358
358
359 Parameters
359 Parameters
360 -----------
360 -----------
361 typ : class
361 typ : type or '__module__.__name__' string for a type
362 The class of the object that will be formatted using `func`.
362 The class of the object that will be formatted using `func`.
363 func : callable
363 func : callable
364 A callable for computing the format data.
364 A callable for computing the format data.
General Comments 0
You need to be logged in to leave comments. Login now