diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2018-03-17 14:57:24 +0100 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2018-03-17 15:19:39 +0100 |
commit | ee263a5bf54d31efeb123d2ec213f26544a3b25a (patch) | |
tree | 7b99079d95e55f85b134f31670d66d90f4c97480 /stdnum/nl/__init__.py | |
parent | 8c29fbf2d795cc8a532b0d4c105ea37153975e9e (diff) |
Add Austrian postal code
This also fixes the name of the Dutch postal_code alias and tunes the
tests.
Diffstat (limited to 'stdnum/nl/__init__.py')
-rw-r--r-- | stdnum/nl/__init__.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stdnum/nl/__init__.py b/stdnum/nl/__init__.py index 792e2c2..408d065 100644 --- a/stdnum/nl/__init__.py +++ b/stdnum/nl/__init__.py @@ -1,7 +1,7 @@ # __init__.py - collection of Dutch numbers # coding: utf-8 # -# Copyright (C) 2012, 2013 Arthur de Jong +# Copyright (C) 2012-2018 Arthur de Jong # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -22,4 +22,4 @@ # provide aliases from stdnum.nl import btw as vat # noqa: F401 -from stdnum.nl import postcode as postcal_code # noqa: F401 +from stdnum.nl import postcode as postal_code # noqa: F401 |