Skip to content

Commit 6fe001f

Browse files
rmjarvisrmandelb
andauthored
Update galsim/real.py
Co-authored-by: Rachel Mandelbaum <rmandelb@andrew.cmu.edu>
1 parent 01fee37 commit 6fe001f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

galsim/real.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,7 @@ def close(self):
652652
Usually it is a performance improvement to keep the various input files open while using
653653
the RealGalaxyCatalog, especially if the access of the galaxies is in semi-random order.
654654
However, if you want to release the memory tied up in these files before the
655-
RealGalaxyCatalog goes out of scope, then this method will release the memroy directly.
655+
RealGalaxyCatalog goes out of scope, then this method will release the memory directly.
656656
"""
657657
# Need to close any open files.
658658
# Make sure to check if loaded_files exists, since the constructor could abort

0 commit comments

Comments
 (0)