Fix typo (#31)

This commit is contained in:
Theodore Dubois
2017-06-03 13:10:12 -07:00
committed by Samuel Colvin
parent b61e9bab03
commit a9b8b68d9c
+1 -1
View File
@@ -135,7 +135,7 @@ Settings
........
One of pydantics most useful applications is to define default settings, allow them to be overridden by
environment variables are keyword arguments (eg. in unit tests).
environment variables or keyword arguments (eg. in unit tests).
This usage example comes last as it uses numerous concepts described above.