Skip to content

Commit 52f2a22

Browse files
Nr18sanathkr
authored andcommitted
fix: Typo in Python_pip design document (#36)
1 parent 1c59f4c commit 52f2a22

File tree

1 file changed

+2
-2
lines changed
  • aws_lambda_builders/workflows/python_pip

1 file changed

+2
-2
lines changed

aws_lambda_builders/workflows/python_pip/DESIGN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
This package is an effort to port the Chalice packager to a library that can
66
be used to handle the dependency resilution portion of packaging Python code
77
for use in AWS Lambda. The scope for this builder is to take an existing
8-
directory containing customer code, and a top-levle `requirements.txt` file
8+
directory containing customer code, and a top-level `requirements.txt` file
99
specifying third party depedencies. The builder will examine the dependencies
1010
and use pip to build and include the dependencies in the customer code bundle
1111
in a way that makes them importable.
@@ -146,4 +146,4 @@ bundle has an `__init__.py` and is on the `PYTHONPATH`.
146146

147147
The dependencies should now be succesfully installed in the target directory.
148148
All the temporary/intermediate files can now be deleting including all the
149-
wheel files and sdists.
149+
wheel files and sdists.

0 commit comments

Comments
 (0)