Mercurial > p > roundup > code
diff roundup/rest.py @ 8275:e3099f18a395
fix: missing space in translated message.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 12 Jan 2025 20:17:39 -0500 |
| parents | fde5893b6c25 |
| children | 5e6ff4e9cacb |
line wrap: on
line diff
--- a/roundup/rest.py Sun Jan 12 20:13:36 2025 -0500 +++ b/roundup/rest.py Sun Jan 12 20:17:39 2025 -0500 @@ -2281,7 +2281,7 @@ None, uri, self.error_obj( 406, - _("Content type '%(requested)s' requested in URL is" + _("Content type '%(requested)s' requested in URL is " "not available.\nAcceptable types: " "%(acceptable)s\n") % { "requested": ext_type,
