Skip to content

Commit

Permalink
update doc-string to match renamed class variable (#3655)
Browse files Browse the repository at this point in the history
Signed-off-by: Aakash Ashok Naik <[email protected]>
  • Loading branch information
naik-aakash authored Feb 24, 2024
1 parent 6bdd406 commit c05931c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymatgen/io/lobster/outputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -831,7 +831,7 @@ def __init__(self, filename: str | None, **kwargs) -> None:
"""
Args:
filename: filename of lobsterout.
**kwargs:dict to initialize Lobsterout instance (see > INIT_ATTRIBUTES_DEFAULTS)
**kwargs:dict to initialize Lobsterout instance (see > ATTRIBUTE_DEFAULTS)
"""
self.filename = filename
if kwargs:
Expand Down

0 comments on commit c05931c

Please sign in to comment.