From 17e15c27a63667f37e5bcee97f3bc20788522a4a Mon Sep 17 00:00:00 2001 From: Fernando L <80264472+salvaguardia@users.noreply.github.com> Date: Tue, 18 Jan 2022 11:44:33 +0100 Subject: [PATCH] Fix typo in the capacities method --- powerbi/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/powerbi/client.py b/powerbi/client.py index b109946..2a746f4 100644 --- a/powerbi/client.py +++ b/powerbi/client.py @@ -312,7 +312,7 @@ def available_features(self) -> AvailableFeatures: return AvailableFeatures(session=self.power_bi_session) - def capactities(self) -> Capacities: + def capacities(self) -> Capacities: """Used to access the `Capacities` Services and metadata. ### Returns