diff --git a/pyteal/ast/global_.py b/pyteal/ast/global_.py index 1ed4c313a..bb85f2fa7 100644 --- a/pyteal/ast/global_.py +++ b/pyteal/ast/global_.py @@ -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)