chiark / gitweb /
Documentation fix
authorCiaran Gultnieks <ciaran@ciarang.com>
Sun, 11 Jan 2015 15:26:15 +0000 (15:26 +0000)
committerCiaran Gultnieks <ciaran@ciarang.com>
Sun, 11 Jan 2015 15:33:52 +0000 (15:33 +0000)
fdroidserver/checkupdates.py

index 3d01e10068603aae30726cb1a2d17853cbe50662..97b7b7e16e239dabeac82eae76d7ede95fb74b51 100644 (file)
@@ -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):