Skip to content

Commit aa89d70

Browse files
committed
Fix typo in Sphinx links
1 parent bc792ff commit aa89d70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

geomdl/CPGen.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class Grid(object):
1515
""" Simple control points grid generator to use with non-rational surfaces.
1616
1717
This class stores grid points in [x, y, z] format and the grid (control) points can be retrieved from the
18-
:py:meth:`grid` attribute. The z-coordinate of the control points can be set via the keyword argument ``z_value``
18+
:py:attr:`grid` attribute. The z-coordinate of the control points can be set via the keyword argument ``z_value``
1919
while initializing the class.
2020
2121
:param size_x: width of the grid
@@ -246,7 +246,7 @@ class GridWeighted(Grid):
246246
""" Simple control points grid generator to use with rational surfaces.
247247
248248
This class stores grid points in [x*w, y*w, z*w, w] format and the grid (control) points can be retrieved from the
249-
:py:meth:`grid` attribute. The z-coordinate of the control points can be set via the keyword argument ``z_value``
249+
:py:attr:`grid` attribute. The z-coordinate of the control points can be set via the keyword argument ``z_value``
250250
while initializing the class.
251251
252252
:param size_x: width of the grid

0 commit comments

Comments
 (0)