Skip to content

Commit 47dbc5b

Browse files
committed
Comment
1 parent 7754ae7 commit 47dbc5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/torchcodec/_core/custom_ops.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ Transform* makeCropTransform(
290290

291291
// CenterCrop transform specs take the form:
292292
//
293-
// "center_crop, <height>, <width>>"
293+
// "center_crop, <height>, <width>"
294294
//
295295
// Where "center_crop" is the string literal and <height>, <width> are
296296
// positive integers. Note that we follow the PyTorch convention of (height,

0 commit comments

Comments
 (0)