~unity-2d-team/unity-2d/Shell-MultiMonitor

« back to all changes in this revision

Viewing changes to grackle/client.py

  • Committer: Curtis Hovey
  • Date: 2012-03-16 19:40:16 UTC
  • mto: This revision was merged to the branch mainline in revision 45.
  • Revision ID: curtis.hovey@canonical.com-20120316194016-l6hkopyhbocultxd
updated docstring.

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
    def archive_url(self, path, query):
31
31
        """Return the URL for an archive
32
32
 
33
 
        :param oath: The path to generate the URL for.
 
33
        :param path: The path to generate the URL for.
 
34
            Maybe be '', 'archive_id', or 'archive_id/message_id'
34
35
        :param query: The query to use in the URL, as a dict.
35
36
        """
36
37
        path = '/archive/%s' % quote(path)