Skip to content

Commit 8c3428e

Browse files
committed
inp/_factory: update generated comment
1 parent 2fa13a1 commit 8c3428e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pymcnp/files/inp/_factory.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@ def build(self, name, mnemonic):
544544
o = ''
545545
o += f'class {name}{self.name}(DataOption):\n'
546546
o += ' """\n'
547-
o += f' ``{name}{self.name}`` represents INP {mnemonic} data card {self.mnemonic} options.\n'
547+
o += f' Represents INP {mnemonic} data card {self.mnemonic} options.\n'
548548
o += '\n'
549549
o += f' ``{name}{self.name}`` implements ``DataOption``\n.'
550550
o += '\n'

0 commit comments

Comments
 (0)