##// END OF EJS Templates
lazymanifest: add missing closing parenthesis in comment
Augie Fackler -
r27608:d6aa1a8c default
parent child Browse files
Show More
@@ -558,7 +558,7 b' static PyMappingMethods lazymanifest_map'
558 (objobjargproc)lazymanifest_setitem, /* mp_ass_subscript */
558 (objobjargproc)lazymanifest_setitem, /* mp_ass_subscript */
559 };
559 };
560
560
561 /* sequence methods (important or __contains__ builds an iterator */
561 /* sequence methods (important or __contains__ builds an iterator) */
562
562
563 static int lazymanifest_contains(lazymanifest *self, PyObject *key)
563 static int lazymanifest_contains(lazymanifest *self, PyObject *key)
564 {
564 {
General Comments 0
You need to be logged in to leave comments. Login now