Navigation Menu

Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Jun 16, 2021
1 parent 69ea7e6 commit 8433245
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 1 addition & 3 deletions python/core/auto_generated/qgscoordinateformatter.sip.in
Expand Up @@ -91,10 +91,8 @@ of decimal places to include).

static QChar separator( );
%Docstring
Returns the charachter used as X/Y separator, this is a `,` on locales that do not use
Returns the character used as X/Y separator, this is a `,` on locales that do not use
`,` as decimal separator, it is a space otherwise.

.. seealso:: :py:func:`splitPair`
\from QGIS 3.22
%End

Expand Down
3 changes: 1 addition & 2 deletions src/core/qgscoordinateformatter.h
Expand Up @@ -106,9 +106,8 @@ class CORE_EXPORT QgsCoordinateFormatter
static QString asPair( double x, double y, int precision = 12 );

/**
* Returns the charachter used as X/Y separator, this is a `,` on locales that do not use
* Returns the character used as X/Y separator, this is a `,` on locales that do not use
* `,` as decimal separator, it is a space otherwise.
* \see splitPair( )
* \from QGIS 3.22
*/
static QChar separator( );
Expand Down

0 comments on commit 8433245

Please sign in to comment.