Skip to content

Commit 81ce4ec

Browse files
committed
fixing typo
1 parent a72849c commit 81ce4ec

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

all.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4370,7 +4370,7 @@ <h2>Isolating dependencies</h2>
43704370
<p>Dependencies are installed separately from system-level packages to prevent
43714371
library version conflicts. The most common isolation method is
43724372
<a href="http://www.virtualenv.org/en/latest/">virtualenv</a>. Each virtualenv is its
4373-
own copy of the Python interpreter and depedencies in the site-packages
4373+
own copy of the Python interpreter and dependencies in the site-packages
43744374
directory. To use a virtualenv it must first be created with the virtualenv
43754375
command and then activated.</p>
43764376
<p>The virtualenv stores dependencies in an isolated environment. The web

application-dependencies.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ <h2>Isolating dependencies</h2>
7878
<p>Dependencies are installed separately from system-level packages to prevent
7979
library version conflicts. The most common isolation method is
8080
<a href="http://www.virtualenv.org/en/latest/">virtualenv</a>. Each virtualenv is its
81-
own copy of the Python interpreter and depedencies in the site-packages
81+
own copy of the Python interpreter and dependencies in the site-packages
8282
directory. To use a virtualenv it must first be created with the virtualenv
8383
command and then activated.</p>
8484
<p>The virtualenv stores dependencies in an isolated environment. The web

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2015-04-27T07:03:21Z</updated></feed>
2+
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2015-04-27T19:02:27Z</updated></feed>

source/content/pages/07-web-app-deployment/09-app-dependencies.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ all yourself. A few of the best collections of Python libraries are
5050
Dependencies are installed separately from system-level packages to prevent
5151
library version conflicts. The most common isolation method is
5252
[virtualenv](http://www.virtualenv.org/en/latest/). Each virtualenv is its
53-
own copy of the Python interpreter and depedencies in the site-packages
53+
own copy of the Python interpreter and dependencies in the site-packages
5454
directory. To use a virtualenv it must first be created with the virtualenv
5555
command and then activated.
5656

0 commit comments

Comments
 (0)