Fix a typo in comment
Change-Id: I11bc4bc60932b22d852ea633bdee9b8344a2c3e5
This commit is contained in:
parent
4e9659aaed
commit
25c360187c
@ -38,7 +38,7 @@ def deprecation(message, stacklevel=None, category=None):
|
|||||||
"""Warns about some type of deprecation that has been (or will be) made.
|
"""Warns about some type of deprecation that has been (or will be) made.
|
||||||
|
|
||||||
This helper function makes it easier to interact with the warnings module
|
This helper function makes it easier to interact with the warnings module
|
||||||
by standardizing the arguments that the warning function recieves so that
|
by standardizing the arguments that the warning function receives so that
|
||||||
it is easier to use.
|
it is easier to use.
|
||||||
|
|
||||||
This should be used to emit warnings to users (users can easily turn these
|
This should be used to emit warnings to users (users can easily turn these
|
||||||
|
Loading…
Reference in New Issue
Block a user