From a9b8b68d9cc33646b7fc317539cd73b4ea3fe74c Mon Sep 17 00:00:00 2001 From: Theodore Dubois Date: Sat, 3 Jun 2017 13:10:12 -0700 Subject: [PATCH] Fix typo (#31) --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index 9cd9c09..be544b9 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -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.