mirror of https://github.com/m-labs/artiq.git
typo
This commit is contained in:
parent
de6f44467f
commit
560b7a5448
|
@ -485,7 +485,7 @@ def is_experiment(o):
|
|||
|
||||
|
||||
def is_public_experiment(o):
|
||||
"""Checks if a Pyhton object is a top-level,
|
||||
"""Checks if a Python object is a top-level,
|
||||
non underscore-prefixed, experiment class.
|
||||
"""
|
||||
return is_experiment(o) and not o.__name__.startswith("_")
|
||||
|
|
Loading…
Reference in New Issue