Skip to content

Commit

Permalink
πŸ“ corrected copied docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Tristan Weis committed Oct 12, 2022
1 parent 254030a commit 6ae3865
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@

def find_area_by_type(context: Context, type: str) -> Area | None:
"""
Finds an area that fits given area type. If none is available, creates a new area
by splitting the current one.
Finds an area that fits given area type.
Parameters:
- context (Context)
Expand Down

0 comments on commit 6ae3865

Please sign in to comment.