Gimp.Unit.get_singular

@accepts(Gimp.Unit)
@returns(unicode)
def get_singular(self):
    # Python wrapper for gimp_unit_get_singular()
  

For built-in units, this function returns the translated singular form of the unit's name.

NOTE: This string must not be changed or freed.

self

The unit you want to know the singular form of.

Returns