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 Nov 19, 2022
1 parent b2be396 commit 2627f26
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 2627f26

Please sign in to comment.