fix typos

This commit is contained in:
Robin Dunn
2019-10-31 12:28:48 -07:00
parent e181817d96
commit db9781dcdf
2 changed files with 3 additions and 3 deletions

View File

@@ -598,7 +598,7 @@ cdef class SVGgradient:
@property
def stops(self):
"""
A generator that iterates over the :classL`SVGgradientStop` objects contained in the SVGgradient
A generator that iterates over the :class:`SVGgradientStop` objects contained in the SVGgradient
"""
self._check_ptr()
for i in range(self._ptr.nstops):