Skip to content

Commit

Permalink
Update configuration.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
xivh authored Oct 28, 2024
1 parent 23ad308 commit efa0c70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/src/configuration.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -693,8 +693,8 @@ PYBIND11_MODULE(_configuration, m) {
configurationset = ConfigurationSet()
# add Configuration
configruationset.add(Configuration(...))
configruationset.add(Configuration(...))
configurationset.add(Configuration(...))
configurationset.add(Configuration(...))
Only :class:`~libcasm.configuration.Configuration` with degrees of
Expand Down

0 comments on commit efa0c70

Please sign in to comment.