Skip to content
Snippets Groups Projects
Commit 1233e288 authored by Antti Soininen's avatar Antti Soininen
Browse files

Fix Python API docs for Run.getGoniometer(). Re #21643

parent 86d757a8
No related branches found
No related tags found
No related merge requests found
......@@ -172,7 +172,7 @@ void export_Run() {
(const Mantid::Geometry::Goniometer &(Run::*)() const) &
Run::getGoniometer,
arg("self"), return_value_policy<reference_existing_object>(),
"Get the oriented lattice for this sample")
"Return the Goniometer object associated with this run.")
.def("addProperty", &addProperty,
(arg("self"), arg("name"), arg("value"), arg("replace")),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment