Skip to content

Commit

Permalink
Grammer tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
drobison00 committed Dec 4, 2023
1 parent 338fb07 commit 2845adb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/mrc/_pymrc/src/segment.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ std::shared_ptr<mrc::segment::ObjectProperties> BuilderProxy::make_node(mrc::seg
[operators = PyObjectHolder(std::move(operators))](const PyObjectObservable& input) -> PyObjectObservable {
AcquireGIL gil;

// Call the pipe function to convert all of the args to a new observable
// Call the pipe function to convert all the args to a new observable
return ObservableProxy::pipe(&input, py::cast<py::args>(operators));
});

Expand Down

0 comments on commit 2845adb

Please sign in to comment.