From 7e4d722c3f5428004d0cfe9c44f5b63a7a01faa6 Mon Sep 17 00:00:00 2001 From: xivh <37019938+xivh@users.noreply.github.com> Date: Tue, 16 Jan 2024 13:51:15 -0800 Subject: [PATCH] update StructureMappingResults docstring --- python/src/mapping_info.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/src/mapping_info.cpp b/python/src/mapping_info.cpp index 9c27f74..5820ac2 100644 --- a/python/src/mapping_info.cpp +++ b/python/src/mapping_info.cpp @@ -637,8 +637,8 @@ PYBIND11_MODULE(_mapping_info, m) { Parameters ---------- - data : List[:class:`~libcasm.mapping.info.ScoredAtomMapping`] - The list of scored atom mappings. + data : List[:class:`~libcasm.mapping.info.ScoredStructureMapping`] + The list of scored structure mappings. )pbdoc") .def("size", &StructureMappingResults::size, "Returns the number of scored structure mappings.")