summaryrefslogtreecommitdiff
path: root/src/mango
diff options
context:
space:
mode:
authorJoan Touzet <wohali@users.noreply.github.com>2020-01-31 17:56:00 +0000
committerGitHub <noreply@github.com>2020-01-31 17:56:00 +0000
commita5e9818d0ed4814df8b38c0c11149e14bd65f32f (patch)
tree499a6c690835ac60749a2f81a8f7a5d820f5ee38 /src/mango
parent6124187883922536808d09a5573c959c950e8aa3 (diff)
downloadcouchdb-a5e9818d0ed4814df8b38c0c11149e14bd65f32f.tar.gz
python-black style cleanup (#2505)
Diffstat (limited to 'src/mango')
-rw-r--r--src/mango/test/user_docs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mango/test/user_docs.py b/src/mango/test/user_docs.py
index f6a33960e..8f0ed2e04 100644
--- a/src/mango/test/user_docs.py
+++ b/src/mango/test/user_docs.py
@@ -343,7 +343,7 @@ DOCS = [
"city": "Axis",
"address": {"street": "Brightwater Avenue", "number": 1106},
},
- "foo" : "bar car apple",
+ "foo": "bar car apple",
"company": "Pharmex",
"email": "faithhess@pharmex.com",
"favorites": ["Erlang", "Python", "Lisp"],