Skip to content

Commit c7044db

Browse files
author
Tobias Fuhrimann
committed
correct display of code
1 parent e19f434 commit c7044db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dependencies.html.md.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ venv
5454
```
5555

5656
<p class="note">
57-
<strong>Note</strong>: Cloud Foundry uses the latest version of Python 2.7 by default. To change that, create a <code>runtime.txt</code> file and put the respective version number into it (e.g. `python-3.5.1`). Be aware however, that Cloud Foundry only accepts the version specified <a href="https://github.com/cloudfoundry/python-buildpack/blob/master/manifest.yml" target="_blank">here</a>.
57+
<strong>Note</strong>: Cloud Foundry uses the latest version of Python 2.7 by default. To change that, create a <code>runtime.txt</code> file and put the respective version number into it (e.g. <code>python-3.5.1</code>). Be aware however, that Cloud Foundry only accepts the version specified <a href="https://github.com/cloudfoundry/python-buildpack/blob/master/manifest.yml" target="_blank">here</a>.
5858
</p>
5959

6060
<div style="text-align:center;margin:3em;">

0 commit comments

Comments
 (0)