Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo in operator.mustache and downstream files #944

Closed
ClementPhan opened this issue May 10, 2023 · 0 comments
Closed

Typo in operator.mustache and downstream files #944

ClementPhan opened this issue May 10, 2023 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@ClementPhan
Copy link
Contributor

Description of the modifications

There is a typo in the mustache file for new operators ; most of all operator files have it:

@property
def outputs(self):
    """Enables to get outputs of the operator by evaluationg it
    Returns
    --------
    outputs : Outputs{{capital_class_name}}
    """
    return super().outputs

The docstring should instead read evaluating

Useful links and references

operator.mustache

@ClementPhan ClementPhan added the documentation Improvements or additions to documentation label May 10, 2023
@PProfizi PProfizi closed this as completed Aug 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants