Skip to content

Commit eb51a32

Browse files
committed
Fix typo in documentation.
1 parent e41f4f1 commit eb51a32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/command_ref.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ Syntax::
396396
add2virtualenv directory1 directory2 ...
397397

398398
Sometimes it is desirable to share installed packages that are not in
399-
the system ``site-pacakges`` directory and which should not be
399+
the system ``site-packages`` directory and which should not be
400400
installed in each virtualenv. One possible solution is to symlink the
401401
source into the environment ``site-packages`` directory, but it is
402402
also easy to add extra directories to the PYTHONPATH by including them

0 commit comments

Comments
 (0)