Skip to content

Commit

Permalink
typo & flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
nicogodet authored and nyalldawson committed Dec 20, 2022
1 parent 34f7615 commit d851e7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/plugins/grassprovider/ext/r_horizon.py
Expand Up @@ -47,8 +47,8 @@ def getNumberDecimals(number):

def doubleToBaseName(number, nDecimals):
"""
Format filename, according to GRASS implementation,
based on provided filename and number of decimals
Format filename, according to GRASS implementation,
based on provided number and number of decimals
"""
if nDecimals == 0:
return f'{int(number):03}'
Expand Down

0 comments on commit d851e7e

Please sign in to comment.