Skip to content

Commit 8aa281c

Browse files
author
Jerry Kindall
authored
Merge pull request #341 from johnculkin/patch-1
Comma added to install_requires
2 parents be24b0c + 5e80de7 commit 8aa281c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc_source/work-with-cdk-v2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ install_requires=[
135135
"aws-cdk-lib>=2.0.0rc1",
136136
"constructs>=10.0.0",
137137
# ...
138-
]
138+
],
139139
```
140140

141141
Install the new dependencies with `pip install -r requirements.txt`\.
@@ -239,4 +239,4 @@ Before deploying your app, use `cdk diff` to check for unexpected changes to its
239239
If your upgraded app ends up undeployable after the two\-stage upgrade, please [report the issue](https://github.com/aws/aws-cdk/issues/new/choose)\.
240240

241241
**Typescript `'from' expected` or `';' expected` error in imports**
242-
Upgrade to TypeScript 3\.8 or later\.
242+
Upgrade to TypeScript 3\.8 or later\.

0 commit comments

Comments
 (0)