Skip to content

Commit 5b5fa41

Browse files
committed
Fixed docstring for common.py
1 parent 67dfc39 commit 5b5fa41

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

coxeter/families/common.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,8 @@ def make_vertices(cls, n):
101101
CatalanFamily = TabulatedGSDShapeFamily.from_json_file(
102102
os.path.join(_DATA_FOLDER, "catalan.json"),
103103
classname="CatalanFamily",
104-
docstring="""The family of Catalan solids, also known as Archimedean duals (13 total).
104+
docstring="""The family of Catalan solids, also known as Archimedean duals
105+
(13 total).
105106
The following parameters are required by this class:
106107
- name: The name of the CatalanFamily solid. Options are "Deltoidal \
107108
Hexecontahedron", "DeltoidalIcositetrahedron", "Disdyakis \

0 commit comments

Comments
 (0)