Skip to content

Commit

Permalink
Fix inconsistency in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
p-snft committed Oct 10, 2023
1 parent 48105fd commit a50ad84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/oemof/network/network/nodes.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class Node(Entity):
----------
inputs: dict
A dictionary mapping input nodes to corresponding inflows.
outputs: list or dict, optional
outputs: dict
A dictionary mapping output nodes to corresponding outflows.
"""

Expand Down

0 comments on commit a50ad84

Please sign in to comment.