Update openmc/filter.py

Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
Patrick Shriwise 2022-11-10 09:02:31 -06:00 committed by GitHub
parent 5e7f3f7efd
commit d765d3224f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -561,7 +561,7 @@ class CellBornFilter(WithIDFilter):
def CellbornFilter(*args, **kwargs):
warnings.warn('The name of "CellbornFilter" has changed to '
'"CellBornFilter". "CellbornFilter" will be '
'removed in the future.')
'removed in the future.', FutureWarning)
return CellBornFilter(*args, **kwargs)