Mercurial > p > roundup > code
changeset 7979:ecb09e5d0bfa
docs: fix formatting.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Tue, 21 May 2024 20:17:36 -0400 |
| parents | 749c9a58cfda |
| children | 372517700dad |
| files | doc/admin_guide.txt |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/admin_guide.txt Tue May 21 20:15:29 2024 -0400 +++ b/doc/admin_guide.txt Tue May 21 20:17:36 2024 -0400 @@ -815,7 +815,7 @@ endpoint with a different authorization mechanism. The following code can be added to your tracker's interfaces.py. You can create this file if it doesn't exist. This code -creates a new REST endpoint at `/rest/roles`:: +creates a new REST endpoint at ``/rest/roles``:: from roundup.rest import Routing, RestfulInstance, _data_decorator
