Skip to content

Commit

Permalink
inp/_factory: update generated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
BitterB0NG0 committed Nov 21, 2024
1 parent 2fa13a1 commit 8c3428e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pymcnp/files/inp/_factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ def build(self, name, mnemonic):
o = ''
o += f'class {name}{self.name}(DataOption):\n'
o += ' """\n'
o += f' ``{name}{self.name}`` represents INP {mnemonic} data card {self.mnemonic} options.\n'
o += f' Represents INP {mnemonic} data card {self.mnemonic} options.\n'
o += '\n'
o += f' ``{name}{self.name}`` implements ``DataOption``\n.'
o += '\n'
Expand Down

0 comments on commit 8c3428e

Please sign in to comment.