Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
eirannejad committed Jun 30, 2023
1 parent 4c63627 commit efa8423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyrevitlib/pyrevit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ def proc_path(self):

@property
def proc_window(self):
"""``intptr``: Return handle to screen hosting current process."""
"""``intptr``: Return handle to current process window."""
if self.is_newer_than(2019, or_equal=True):
return self.uiapp.MainWindowHandle
else:
Expand Down

0 comments on commit efa8423

Please sign in to comment.