← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] lp:~maxiberta/launchpad/named-auth-tokens-fix-apidoc into lp:launchpad

 

Maximiliano Bertacchini has proposed merging lp:~maxiberta/launchpad/named-auth-tokens-fix-apidoc into lp:launchpad.

Commit message:
Fix wrong apidoc format.

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~maxiberta/launchpad/named-auth-tokens-fix-apidoc/+merge/300111

Fix wrong apidoc format.
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~maxiberta/launchpad/named-auth-tokens-fix-apidoc into lp:launchpad.
=== modified file 'lib/lp/soyuz/interfaces/archive.py'
--- lib/lp/soyuz/interfaces/archive.py	2016-07-14 16:32:29 +0000
+++ lib/lp/soyuz/interfaces/archive.py	2016-07-14 18:23:12 +0000
@@ -2133,9 +2133,9 @@
             a list of dictionaries or a list of full objects.
 
         :return: A list of `ArchiveAuthToken` objects or a dictionary of
-        {name: {token, archive_url} where `name` is a token name,
-        `token` is the secret and `archive_url` is the externally-usable
-        archive URL including basic auth.
+            {name: {token, archive_url} where `name` is a token name,
+            `token` is the secret and `archive_url` is the externally-usable
+            archive URL including basic auth.
         """
 
     @call_with(as_dict=True)


Follow ups