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