Skip to content

Commit

Permalink
Merge branch 'main' into user/ashdhin/IssueTemplateRegressionCheckbox
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Oct 11, 2024
2 parents 9c02bc1 + 5a6074a commit 16dcc01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jsii-pacmak/lib/targets/python.ts
Original file line number Diff line number Diff line change
Expand Up @@ -784,7 +784,7 @@ abstract class BaseMethod implements PythonBase {
});

// We need to build up a list of properties, which are mandatory, these are the
// ones we will specifiy to start with in our dictionary literal.
// ones we will specify to start with in our dictionary literal.
const liftedProps = this.getLiftedProperties(context.resolver).map(
(p) => new StructField(this.generator, p.prop, p.definingType),
);
Expand Down

0 comments on commit 16dcc01

Please sign in to comment.