Skip to content

Commit

Permalink
chore(pacmak): fix typo in python.ts (#4648)
Browse files Browse the repository at this point in the history
specifiy -> specify

---

By submitting this pull request, I confirm that my contribution is made
under the terms of the [Apache 2.0 license].

[Apache 2.0 license]: https://www.apache.org/licenses/LICENSE-2.0

Co-authored-by: Momo Kornher <[email protected]>
  • Loading branch information
eltociear and mrgrain authored Oct 11, 2024
1 parent 2749695 commit 5a6074a
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 5a6074a

Please sign in to comment.