Skip to content

Commit f6671b8

Browse files
Tweak grammar
Signed-off-by: Jean-Christophe Morin <[email protected]>
1 parent 5904c77 commit f6671b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/py-opentimelineio/opentimelineio-bindings/otio_bindings.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ static SerializableObject* instance_from_schema(std::string schema_name,
167167

168168
PYBIND11_MODULE(_otio, m) {
169169
// Import _opentime before actually creating the bindings
170-
// for _otio. This allows to import _otio without
170+
// for _otio. This allows the import of _otio without
171171
// manually importing _opentime before. For example: python -c 'import opentimelineio._otio'
172172
py::module_::import("opentimelineio._opentime");
173173

0 commit comments

Comments
 (0)