Skip to content

Commit

Permalink
Merge pull request #18 from xivh/patch-3
Browse files Browse the repository at this point in the history
update StructureMappingResults docstring
  • Loading branch information
bpuchala authored Jan 26, 2024
2 parents 81aba98 + 7e4d722 commit 2ee6bad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/src/mapping_info.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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.")
Expand Down

0 comments on commit 2ee6bad

Please sign in to comment.