From 96af6918351564fd527b2f7d4ebebb914dd781bc Mon Sep 17 00:00:00 2001 From: Kyle Fuller Date: Mon, 30 Apr 2012 12:52:37 +0100 Subject: [PATCH] docs: It's rsync_project not rysnc_project --- docs/howto/static-files.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/howto/static-files.txt b/docs/howto/static-files.txt index e3a40a1a22..29a2c2f6e2 100644 --- a/docs/howto/static-files.txt +++ b/docs/howto/static-files.txt @@ -424,7 +424,7 @@ Here's how this might look in a fabfile:: @roles('static') def deploy_static(): local('./manage.py collectstatic') - project.rysnc_project( + project.rsync_project( remote_dir = env.remote_static_root, local_dir = env.local_static_root, delete = True