Skip to content

Commit

Permalink
bot_com typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MuellerSeb committed Mar 19, 2019
1 parent f8e3f00 commit 7c93ec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ogs5py/ogs.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ def bot_com(self):
"""
Get and set the bottom comment for the ogs files.
"""
return self._top_com
return self._bot_com

@bot_com.setter
def bot_com(self, value):
Expand Down

0 comments on commit 7c93ec9

Please sign in to comment.