Skip to content
This repository has been archived by the owner on Aug 30, 2022. It is now read-only.

Commit

Permalink
Update xain_fl/config/schema.py
Browse files Browse the repository at this point in the history
Co-Authored-By: Robert Steiner <robertt.debug@gmail.com>
  • Loading branch information
little-dude and Robert-Steiner committed Jan 20, 2020
1 parent 21d6017 commit f48ced1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xain_fl/config/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def error(key: str, description: str) -> str:


def strictly_positive_integer(
key: str, expected_value: str = "a strictly positive_integer"
key: str, expected_value: str = "a strictly positive integer"
) -> Schema:
"""Return a validator for strictly positive integers for the given
configuration item.
Expand Down

0 comments on commit f48ced1

Please sign in to comment.