Skip to content

Commit

Permalink
Merge pull request #2038 from eirannejad/jmcouffin-patch-1
Browse files Browse the repository at this point in the history
typo in basetypes.py
  • Loading branch information
jmcouffin committed Jan 12, 2024
2 parents a3892a8 + 245ca88 commit ee814ee
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def paste(self):
Example:
>>>def paste(self, datafile):
>>> view_scale_saved = datafile.load()
>>> with revit.Transacction('Paste view scale'):
>>> with revit.Transaction('Paste view scale'):
>>> try:
>>> revit.active_view.Scale = view_scale_saved
>>> except:
Expand Down Expand Up @@ -109,4 +109,4 @@ def is_compatible_viewtype(target_view, source_viewtype):
and source_viewtype in compat_viewtypes:
return True

return False
return False

0 comments on commit ee814ee

Please sign in to comment.