Skip to content

Commit

Permalink
Remove exclamation mark docstring prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
echoix committed Dec 12, 2024
1 parent 58dddca commit b09e1fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion raster/r.stats/testsuite/test_r_stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def setUpClass(cls):

@classmethod
def tearDownClass(cls):
"""!Remove the temporary region"""
"""Remove the temporary region"""
cls.del_temp_region()
if os.path.isfile(cls.outfile):
os.remove(cls.outfile)
Expand Down

0 comments on commit b09e1fd

Please sign in to comment.