Skip to content

Commit 9c6a8f0

Browse files
committed
Forgot a semicolon
1 parent 93e0c6d commit 9c6a8f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py2bit.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ will result in soft-masked bases being lower case if the sequence is fetched\n\
4040
To store soft-masking information:\n\
4141
>>> tb = py2bit.open(\"some_file.2bit\", True)"},
4242
{NULL, NULL, 0, NULL}
43-
}
43+
};
4444

4545
static PyMethodDef tbObjMethods[] = {
4646
{"info", (PyCFunction)py2bitInfo, METH_VARARGS,

0 commit comments

Comments
 (0)