Skip to content

Commit 2db120d

Browse files
Update README.md
1 parent fa62616 commit 2db120d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ connected_components = openstl.topology.find_connected_components(vertices, face
174174
# Print the result
175175
print(f"Number of connected components: {len(connected_components)}")
176176
for i, component in enumerate(connected_components):
177-
print(f"Component {i + 1}: {component}")
177+
print(f"Faces of component {i + 1}: {component}")
178178
```
179179

180180

0 commit comments

Comments
 (0)