Skip to content

Commit

Permalink
pep8 cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
robfalck committed Sep 4, 2020
1 parent 4753a3f commit 58b71fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openmdao/components/add_subtract_comp.py
Expand Up @@ -159,7 +159,7 @@ def add_equation(self, output_name, input_names, vec_size=1, length=1, val=1.0,
Scaling parameter. The value in the user-defined res_units of this output's residual
when the scaled value is 1. Default is 1.
tags : str or list of strs
User defined tags that can be used to filter what gets listed when calling
User defined tags that can be used to filter what gets listed when calling
list_inputs and list_outputs and also when listing results from case recorders.
"""
kwargs = {'units': units, 'res_units': res_units, 'desc': desc,
Expand Down

0 comments on commit 58b71fd

Please sign in to comment.