aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/modules.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/modules.rst b/doc/modules.rst
index 1b9500a..f33b434 100644
--- a/doc/modules.rst
+++ b/doc/modules.rst
@@ -118,7 +118,7 @@ Example::
'secret': 'iseedeadpeople',
'endpoint': 'https://api.sandbox.paypal.com'})}
-.. class:: payments.paypal.PaypalCardProvider(client_id, secret, endpoint='https://api.paypal.com')
+.. class:: payments.paypal.PaypalCardProvider(client_id, secret[, endpoint='https://api.paypal.com'])
This backend implements payments using `PayPal.com <https://www.paypal.com/>`_ but the credit card data is collected by your site.