Skip to content

Commit c91b4fd

Browse files
authored
Merge pull request #43 from mhurne/patch-1
Fix error in description of example app template
2 parents 73af2d5 + 055a3b6 commit c91b4fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc_source/test-sam-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,4 +353,4 @@ For compiled languages or projects requiring complex packaging support, we recom
353353
Unlike Node\.js, \.NET or Java, Python requires you to enable remote debugging in your Lambda function code\. If you enable debugging \(using the `--debug-port` or `-d` options mentioned above\) for a function that uses one of the Python runtimes \(2\.7 or 3\.6\), SAM CLI maps through that port from your host machine to the Lambda container\. To enable remote debugging, use a Python package such as [remote\-pdb](https://pypi.python.org/pypi/remote-pdb)\.
354354

355355
**Important**
356-
When configuring the host, the debugger listens in on your code, so make sure to use `0.0.0.0` and not `127.0.0.1`\.
356+
When configuring the host, the debugger listens in on your code, so make sure to use `0.0.0.0` and not `127.0.0.1`\.

0 commit comments

Comments
 (0)