Skip to content

Commit

Permalink
typo in attr fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
lisapro committed Aug 15, 2024
1 parent d4010df commit bd8b10d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dscreator/cfarray/attributes.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ class DatasetAttrsDefaults:
Conventions: str = "CF-1.7, ACDD-1.3"
netcdf_version: str = "4"
publisher_name: str = "Norwegian Institute for Water Research"
publisher_insitution: str = "Norwegian Institute for Water Research"
publisher_institution: str = "Norwegian Institute for Water Research"
publisher_email: str = "[email protected]"
publisher_url: str = "https://niva.no"
# From https://spdx.org/licenses/
Expand Down

0 comments on commit bd8b10d

Please sign in to comment.