diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2023-08-06 15:07:18 +0200 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2023-08-06 15:50:16 +0200 |
commit | ef49f496aff717658cbea10e23a37ccf7d991893 (patch) | |
tree | 65ddf70d9c41c9a197e802b50abb3c56cf584316 /stdnum/py/ruc.py | |
parent | 38483183f47b0b12d80e76dd6d37df8f8af06da2 (diff) |
Fix file headers
This improves consistency across files and fixes some files that had an
incorrect file name reference.
Diffstat (limited to 'stdnum/py/ruc.py')
-rw-r--r-- | stdnum/py/ruc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdnum/py/ruc.py b/stdnum/py/ruc.py index 0870b66..0630d96 100644 --- a/stdnum/py/ruc.py +++ b/stdnum/py/ruc.py @@ -1,4 +1,4 @@ -# rut.py - functions for handling Paraguay RUC numbers +# ruc.py - functions for handling Paraguay RUC numbers # coding: utf-8 # # Copyright (C) 2019 Leandro Regueiro |