Skip to content

Commit

Permalink
Fix typo in indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Onur Rauf Bingol committed May 24, 2019
1 parent 3486111 commit a8a8b79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geomdl/operations.py
Original file line number Diff line number Diff line change
Expand Up @@ -1698,7 +1698,7 @@ def flip(surf, **kwargs):
:return: flipped surface(s)
"""
if surf.pdimension != 2:
raise GeomdlException("Can only flip surfaces")
raise GeomdlException("Can only flip surfaces")

# Keyword arguments
inplace = kwargs.get('inplace', False)
Expand Down

0 comments on commit a8a8b79

Please sign in to comment.