Skip to content

Commit f0c3b24

Browse files
authored
Merge pull request #6012 from timfjord/patch-1
Fix links in the Google App Engine section
2 parents 6a975ec + 66747e2 commit f0c3b24

File tree

1 file changed

+1
-1
lines changed
  • src/connections/sources/catalog/libraries/server/python

1 file changed

+1
-1
lines changed

src/connections/sources/catalog/libraries/server/python/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ analytics.write_key = 'YOUR_WRITE_KEY'
532532

533533
Google App Engine may not resolve project dependencies. If this is the case add the following to your project alongside analytics-python:
534534
- [requests](https://github.com/kennethreitz/requests){:target="_blank"}
535-
- python-dateutil](https://github.com/paxan/python-dateutil){:target="_blank"}
535+
- [python-dateutil](https://github.com/paxan/python-dateutil){:target="_blank"}
536536

537537
If you're having issues with threads outliving your request, check [Background threads and synchronous mode](#background-threads-and-synchronous-mode)
538538

0 commit comments

Comments
 (0)