Skip to content

Commit

Permalink
docs: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Federico Zambelli committed Mar 18, 2024
1 parent f735abd commit 08b2be3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/python.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@
> The following is valid as of 2024-03-18. Future versions of `jsii` might provide a more Pythonic approach.
Using the python version of this package requires some extra steps to ensure everything works as expected.

This document highlights only those steps, so for the basics, please refer to the [main README](../README.md), the [API docs](../API.md) and the [Typescript docs](typescript.md).

## How to implement `IApplicationCostMonitoringProps` (or any other IInterface with `jsii`)
## How to implement interfaces

Since this package is written in Typescript and then exported to Python via `jsii`, using interfaces to pass props is not as straightforward as it should be.

Expand Down

0 comments on commit 08b2be3

Please sign in to comment.