From 6c8d86284cc85cc90882a1e2bd8f660776966d28 Mon Sep 17 00:00:00 2001 From: Dima Tisnek Date: Fri, 27 Sep 2024 10:25:22 +0900 Subject: [PATCH] fix: docstring --- juju/application.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/juju/application.py b/juju/application.py index 20e85ae0..e102d52e 100644 --- a/juju/application.py +++ b/juju/application.py @@ -676,7 +676,7 @@ async def refresh( application is not supported by the new charm :param bool force_units: Refresh all units immediately, even if in error state - :param str path: Refresh to a charm located at path + :param Path|str path: Refresh to a charm located at path :param dict resources: Dictionary of resource name/filepath pairs :param int revision: Explicit refresh revision :param str switch: Crossgrade charm url