From 869a50e64ab7fb43b43312cae0d671db88967c1e Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Sun, 16 Oct 2022 20:28:47 +0800 Subject: [PATCH] fix typo --- src/generator/templates/api/lib/mbuild.mako | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/generator/templates/api/lib/mbuild.mako b/src/generator/templates/api/lib/mbuild.mako index 2cb387ae82..dd19152eb0 100644 --- a/src/generator/templates/api/lib/mbuild.mako +++ b/src/generator/templates/api/lib/mbuild.mako @@ -174,7 +174,7 @@ ${self._setter_fn(resource, method, m, p, part_prop, ThisType, c)}\ % if method_default_scope(m): /// Identifies the authorization scope for the method you are building. /// - /// Use this method to actively specify which scope should be used, instead the of the default [`Scope`] variant + /// Use this method to actively specify which scope should be used, instead of the default [`Scope`] variant /// [`${scope_url_to_variant(name, method_default_scope(m), fully_qualified=True)}`]. /// /// The `scope` will be added to a set of scopes. This is important as one can maintain access