Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix typo in QgsMapSettings::visibleExtent() doc
  • Loading branch information
agiudiceandrea authored and nyalldawson committed Jul 21, 2021
1 parent 00c1614 commit fd4857d
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/qgsmapsettings.sip.in
Expand Up @@ -477,7 +477,7 @@ Check whether the map settings are valid and can be used for rendering
%End
QgsRectangle visibleExtent() const;
%Docstring
Returns the actual extent derived from requested extent that takes takes output image size into account
Returns the actual extent derived from requested extent that takes output image size into account
%End

QPolygonF visiblePolygon() const;
Expand Down
2 changes: 1 addition & 1 deletion src/core/qgsmapsettings.h
Expand Up @@ -441,7 +441,7 @@ class CORE_EXPORT QgsMapSettings : public QgsTemporalRangeObject

//! Check whether the map settings are valid and can be used for rendering
bool hasValidSettings() const;
//! Returns the actual extent derived from requested extent that takes takes output image size into account
//! Returns the actual extent derived from requested extent that takes output image size into account
QgsRectangle visibleExtent() const;

/**
Expand Down

0 comments on commit fd4857d

Please sign in to comment.