Skip to content

Commit 7e734e5

Browse files
committed
fix typo
1 parent 3197166 commit 7e734e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/amuse/rfi/tools/create_dir.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def __init__(self, **options):
4040
4141
# the following alternative __init__ signature is appropiate for codes that use an unspecified unit system
4242
# (ie the quantities have dimension but no definite scale)
43-
$
43+
#
4444
# def __init__(self, unit_converter=None, **options):
4545
# self.unit_converter=unit_converter
4646
#

0 commit comments

Comments
 (0)