Skip to content

Commit

Permalink
Apply review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
gpdf committed Aug 2, 2024
1 parent 2a0b454 commit 08c2963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/lsst.pipe.base/creating-a-pipelinetask.rst
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ The dimensions of the task itself can also be modified in ``__init__``, where ``
self.inputs.remove("background")
This still works, but it is more verbose and less intuitive than the now-recommended attribute-manipulation approach.
It is now no longer ( necessary / recommended ) to delegate to `super` in either case,
It is now no longer recommended to delegate to `super` in either case,
since the base class `super` does nothing (the first steps of initialization are instead handled by a metaclass).


Expand Down

0 comments on commit 08c2963

Please sign in to comment.