Avoid several Python warnings

This commit is contained in:
Paul Romano 2021-04-26 09:22:45 -05:00
parent 3e769e05b4
commit e1c47437bb
4 changed files with 4 additions and 4 deletions

View file

@ -580,7 +580,7 @@ class Sum(EqualityMixin):
class Regions1D(EqualityMixin):
"""Piecewise composition of multiple functions.
r"""Piecewise composition of multiple functions.
This class allows you to create a callable object which is composed
of multiple other callable objects, each applying to a specific interval