Skip to content

Commit

Permalink
fixed tab
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabytprowe committed Jul 26, 2012
1 parent 4bfcd75 commit d3103c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion galsim/descriptors.py
Expand Up @@ -102,7 +102,7 @@ class GetSetScaleParam(object):
class MyProfile(GSObject):
half_light_radius = SimpleParam("half_light_radius")
fwhm = GetSetScaleParam("fwhm", "half_light_radius", RADIUS_CONVERSION_FACTOR)
fwhm = GetSetScaleParam("fwhm", "half_light_radius", RADIUS_CONVERSION_FACTOR)
(N.B. The example above is functionally equivalent to the example given in the GetSetFuncParam
docstring, and illustrates the neater syntax of this descriptor for this specific task.)
Expand Down

0 comments on commit d3103c1

Please sign in to comment.