فهرست منبع

remove last comma in credentials_url example

Last comma  forbidden in JSON, example doesn't work as is.
MaxLanar 6 سال پیش
والد
کامیت
3aaff4e973
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      docs/source/configuration.rst

+ 1 - 1
docs/source/configuration.rst

@@ -551,7 +551,7 @@ The server behind ``credentials_url`` should return a JSON encoded object::
 
     {
         "jid": "me@example.com/resource",
-        "password": "Ilikecats!",
+        "password": "Ilikecats!"
     }