We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd6f456 commit 8cde913Copy full SHA for 8cde913
doc/customizing.txt
@@ -2227,7 +2227,7 @@ The `REST api`_ is accessed via:
2227
2228
and the `XMLRPC api`_ is available at:
2229
2230
-6. ``/rest/``
+6. ``/xmlrpc``
2231
2232
.. _`XMLRPC api`: xmlrpc.html
2233
@@ -3476,7 +3476,7 @@ sorted only on Multilink properties - produce a list of the linked
3476
3477
python:context.files.sorted('creation')
3478
3479
- Will list the files by upload date. While
+ Will list the files by upload date. While::
3480
3481
python:context.files.sorted('creation', reverse=True)
3482
0 commit comments