Skip to content

Commit 189296f

Browse files
committed
Make sure a commentis a comment.
1 parent 65e7fe0 commit 189296f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roundup/rest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1128,7 +1128,7 @@ def dispatch(self, method, uri, input):
11281128

11291129
if ( ext_type ):
11301130
# strip extension so uri make sense
1131-
.../issue.json -> .../issue
1131+
# .../issue.json -> .../issue
11321132
uri = uri[:-( len(ext_type) + 1 )]
11331133

11341134
# check for pretty print

0 commit comments

Comments
 (0)