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