From 584623b6f965d70b8d82f8bd206108a7e1e921f4 Mon Sep 17 00:00:00 2001 From: Eduardo Klosowski Date: Wed, 10 Feb 2016 10:57:35 -0200 Subject: [PATCH] fix parenthesis in readme --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 93319a2..9696809 100644 --- a/README.rst +++ b/README.rst @@ -39,7 +39,7 @@ Configure your database in ``settings.py`` from ``DATABASE_URL``:: Provide a default:: - DATABASES['default'] = dj_database_url.config(default='postgres://...'} + DATABASES['default'] = dj_database_url.config(default='postgres://...') Parse an arbitrary Database URL::