Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy authored Feb 12, 2025
1 parent 0180380 commit e5d1543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/gui/Postprocessing.py
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ def handleAlgorithmResults(
if not project:
project = context.project()

# store the current intersection point to restore it later
# store the current insertion point to restore it later
previous_insertion_point = None
if project:
previous_insertion_point = (
Expand Down

0 comments on commit e5d1543

Please sign in to comment.