Skip to content

Commit

Permalink
Fix see also link
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Dec 14, 2020
1 parent 53831c6 commit df28e63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/core/auto_generated/qgsfeature.sip.in
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ Initialize this feature with the given number of fields. Discard any previously

:param fieldCount: Number of fields to initialize

.. seealso:: :py:func:`resizedAttributes`
.. seealso:: :py:func:`resizeAttributes`
%End

void resizeAttributes( int fieldCount );
Expand Down
2 changes: 1 addition & 1 deletion src/core/qgsfeature.h
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ class CORE_EXPORT QgsFeature
* Initialize this feature with the given number of fields. Discard any previously set attribute data.
* \param fieldCount Number of fields to initialize
*
* \see resizedAttributes()
* \see resizeAttributes()
*/
void initAttributes( int fieldCount );

Expand Down

0 comments on commit df28e63

Please sign in to comment.