Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jun 20, 2018
1 parent e489761 commit 4132dbc
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -63,7 +63,7 @@ def groupId(self):

def tags(self):
return self.tr('groups,stats,statistics,table,layer,sum,maximum,minimum,mean,average,standard,deviation,'
'count,distinct,unique,variance,median,quartile,range,majority,minority,histogram,distinct,summarygit di').split(',')

This comment has been minimized.

Copy link
@m-kuhn

m-kuhn Jun 20, 2018

Member

:D awesome

'count,distinct,unique,variance,median,quartile,range,majority,minority,histogram,distinct,summary').split(',')

def icon(self):
return QgsApplication.getThemeIcon("/algorithms/mAlgorithmBasicStatistics.svg")
Expand Down

0 comments on commit 4132dbc

Please sign in to comment.