Skip to content

Commit

Permalink
Minor text changes - typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
matijakolaric committed Dec 11, 2024
1 parent d3bfba7 commit 895b937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion music_publisher/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -1471,7 +1471,7 @@ def version(self):
"""Return CWR version."""
if self.nwr_rev in ["WRK", "ISR"]:
return "30"
elif self.nwr_rev == ["WR1", "IS1"]:
elif self.nwr_rev in ["WR1", "IS1"]:
return "31"
elif self.nwr_rev in ["NW2", "RE2"]:
return "22"
Expand Down

0 comments on commit 895b937

Please sign in to comment.