Skip to content

Commit a8a8b79

Browse files
author
Onur Rauf Bingol
committed
Fix typo in indentation
1 parent 3486111 commit a8a8b79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

geomdl/operations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1698,7 +1698,7 @@ def flip(surf, **kwargs):
16981698
:return: flipped surface(s)
16991699
"""
17001700
if surf.pdimension != 2:
1701-
raise GeomdlException("Can only flip surfaces")
1701+
raise GeomdlException("Can only flip surfaces")
17021702

17031703
# Keyword arguments
17041704
inplace = kwargs.get('inplace', False)

0 commit comments

Comments
 (0)