Skip to content

Commit 6ad97f0

Browse files
authored
Small fix - added missing period
1 parent d65c5f3 commit 6ad97f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rmgpy/tools/canteramodel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def __repr__(self):
126126
string += 'mol_frac={0}, '.format(self.mol_frac.__repr__())
127127
if self.T0: string += 'T0={}, '.format(self.T0.__repr__())
128128
if self.P0: string += 'P0={}, '.format(self.P0.__repr__())
129-
if self.V0: string += 'V0={}, '.format(self.V0__repr__())
129+
if self.V0: string += 'V0={}, '.format(self.V0.__repr__())
130130
string = string[:-2] + ')'
131131
return string
132132

0 commit comments

Comments
 (0)