Skip to content

Commit eef6d12

Browse files
committed
typo
(#218)
1 parent 9248b0d commit eef6d12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

galsim/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ def copy(self):
277277
NB. This is a shallow copy, which is normally fine. However, if the object has a noise
278278
attribute, then the copy will use the same rng, so calls to things like noise.whitenImage
279279
from the two copies would produce different realizations of the noise. If you want
280-
these to be precisely idendical, then copy.deepcopy will make an exact duplicate, which
280+
these to be precisely identical, then copy.deepcopy will make an exact duplicate, which
281281
will have identical noise realizations for that kind of application.
282282
"""
283283
import copy

0 commit comments

Comments
 (0)