Skip to content

Commit

Permalink
fix Global.current_application_address docs typo (#711)
Browse files Browse the repository at this point in the history
  • Loading branch information
McEazy2700 authored Nov 7, 2023
1 parent 670e637 commit a5be642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyteal/ast/global_.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def creator_address(cls) -> "Global":

@classmethod
def current_application_address(cls) -> "Global":
"""Get the address of that the current application controls.
"""Get the address that the current application controls.
Fails during Signature mode. Requires program version 5 or higher."""
return cls(GlobalField.current_app_address)
Expand Down

0 comments on commit a5be642

Please sign in to comment.