Skip to content

Commit b19f51a

Browse files
committed
skpkg: devutils docformatter
1 parent 4db5ce9 commit b19f51a

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

devutils/sgtbx_extra_groups.py

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
#!/usr/bin/env python
22

3-
"""Quick and extremely dirty script for generating code for SpaceGroup that
4-
are defined in cctbx, but not in mmLib. It was used to generate module
5-
sgtbxspacegroups.
3+
"""Quick and extremely dirty script for generating code for SpaceGroup
4+
that are defined in cctbx, but not in mmLib. It was used to generate
5+
module sgtbxspacegroups.
66
7-
This is a utility script that should not be included with code distribution.
7+
This is a utility script that should not be included with code
8+
distribution.
89
910
Not to be included with code distributions.
1011
"""
@@ -40,7 +41,8 @@ def tupleToSGArray(tpl):
4041

4142

4243
def mmSpaceGroupFromSymbol(symbol):
43-
"""Construct SpaceGroup instance from a string symbol using sgtbx data."""
44+
"""Construct SpaceGroup instance from a string symbol using sgtbx
45+
data."""
4446
sginfo = sgtbx.space_group_info(symbol)
4547
symop_list = []
4648
symop_list = getSymOpList(sginfo.group())

0 commit comments

Comments
 (0)