We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01fee37 commit 6fe001fCopy full SHA for 6fe001f
galsim/real.py
@@ -652,7 +652,7 @@ def close(self):
652
Usually it is a performance improvement to keep the various input files open while using
653
the RealGalaxyCatalog, especially if the access of the galaxies is in semi-random order.
654
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.
+ RealGalaxyCatalog goes out of scope, then this method will release the memory directly.
656
"""
657
# Need to close any open files.
658
# Make sure to check if loaded_files exists, since the constructor could abort
0 commit comments