Skip to content

Commit f598e2d

Browse files
committed
Typo
1 parent afd2af4 commit f598e2d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python/core/auto_generated/symbology/qgscategorizedsymbolrenderer.sip.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ name and symbol ``type``.
266266
The ``unmatchedCategories`` list will be filled with all existing categories which could not be matched
267267
to a symbol in ``style``.
268268

269-
The ``unmatchedSymbols`` list will be filled with all symbol names from ``style`` which were not be matched
269+
The ``unmatchedSymbols`` list will be filled with all symbol names from ``style`` which were not matched
270270
to an existing category.
271271

272272
If ``caseSensitive`` is false, then a case-insensitive match will be performed. If ``useTolerantMatch``

src/core/symbology/qgscategorizedsymbolrenderer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ class CORE_EXPORT QgsCategorizedSymbolRenderer : public QgsFeatureRenderer
233233
* The \a unmatchedCategories list will be filled with all existing categories which could not be matched
234234
* to a symbol in \a style.
235235
*
236-
* The \a unmatchedSymbols list will be filled with all symbol names from \a style which were not be matched
236+
* The \a unmatchedSymbols list will be filled with all symbol names from \a style which were not matched
237237
* to an existing category.
238238
*
239239
* If \a caseSensitive is false, then a case-insensitive match will be performed. If \a useTolerantMatch

0 commit comments

Comments
 (0)