From: Ciaran Gultnieks Date: Sun, 11 Jan 2015 15:26:15 +0000 (+0000) Subject: Documentation fix X-Git-Tag: 0.4.0~147 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=52de22343527dee2dbd714fcc7bd69d9f909b7c5;p=fdroidserver.git Documentation fix --- diff --git a/fdroidserver/checkupdates.py b/fdroidserver/checkupdates.py index 3d01e100..97b7b7e1 100644 --- a/fdroidserver/checkupdates.py +++ b/fdroidserver/checkupdates.py @@ -84,7 +84,7 @@ def check_http(app): # Whether this can be used reliably or not depends on # the development procedures used by the project's developers. Use it with # caution, because it's inappropriate for many projects. -# Returns (None, "a message") if this didn't work, or (version, vercode) for +# Returns (None, "a message") if this didn't work, or (version, vercode, tag) for # the details of the current version. def check_tags(app, pattern):