Documentation corrections
authorMartin Panter <vadmium@gmail.com>
Sun, 4 Aug 2013 04:25:29 +0000 (04:25 +0000)
committerJelmer Vernooij <jelmer@samba.org>
Sun, 4 Aug 2013 14:34:08 +0000 (14:34 +0000)
Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
subvertpy.cfg
subvertpy/_ra.c

index aa48cb895817c57596c6c965037b87ba33868f9b..487ba2795d14da66cd3eceefefe599e1f46da42d 100644 (file)
@@ -1,5 +1,5 @@
 packages: subvertpy
 docformat: restructuredtext
 projectname: subvertpy
-projecturl: http://samba.org/~jelmer/subverpty/
+projecturl: http://samba.org/~jelmer/subvertpy/
 htmloutput: apidocs
index 06ecd059a7ad8c90765f1cc893c3aebc29c38444..f53a01d3366e92d1f516386f3028142aa9fec8fd 100644 (file)
@@ -2034,7 +2034,7 @@ static PyMethodDef ra_methods[] = {
        { "unlock", ra_unlock, METH_VARARGS, 
                "S.unlock(path_tokens, break_lock, lock_func)\n" },
        { "mergeinfo", ra_mergeinfo, METH_VARARGS, 
-               "S.mergeinfo(&paths, revision, inherit, include_descendants)\n" },
+               "S.mergeinfo(paths, revision, inherit, include_descendants)\n" },
        { "get_location_segments", ra_get_location_segments, METH_VARARGS, 
                "S.get_location_segments(path, peg_revision, start_revision, "
                        "end_revision, rcvr)" 
@@ -2093,7 +2093,7 @@ static PyMethodDef ra_methods[] = {
                "strict_node_history, include_merged_revisions, revprops)\n"
        },
        { "iter_log", (PyCFunction)ra_iter_log, METH_VARARGS|METH_KEYWORDS, 
-               "S.get_log(paths, start, end, limit, discover_changed_paths, "
+               "S.iter_log(paths, start, end, limit, discover_changed_paths, "
                "strict_node_history, include_merged_revisions, revprops)\n"
        },
        { "get_latest_revnum", (PyCFunction)ra_get_latest_revnum, METH_NOARGS,