You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2012/10/22 20:47:45 UTC

svn commit: r1401001 - /libcloud/site/trunk/content/contributing.mdtext

Author: tomaz
Date: Mon Oct 22 18:47:45 2012
New Revision: 1401001

URL: http://svn.apache.org/viewvc?rev=1401001&view=rev
Log:
CMS commit to libcloud by tomaz

Modified:
    libcloud/site/trunk/content/contributing.mdtext

Modified: libcloud/site/trunk/content/contributing.mdtext
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/contributing.mdtext?rev=1401001&r1=1401000&r2=1401001&view=diff
==============================================================================
--- libcloud/site/trunk/content/contributing.mdtext (original)
+++ libcloud/site/trunk/content/contributing.mdtext Mon Oct 22 18:47:45 2012
@@ -33,6 +33,6 @@ Keep in mind that all kind of contributi
 1. We follow [PEP8 Python Style Guide](http://www.python.org/dev/peps/pep-0008/)
 2. Use 4 spaces for a tab
 3. Make sure edited file doesn't contain any trailing whitespace
-4. Docstrings need to follow the conventions described on [Docstring Convetions](/docstring-conventions.html) page
+4. Docstrings need to follow the conventions described on the [Docstring Convetions](/docstring-conventions.html) page
 
 You can verify that your modifications don't break any rules by running the `pep8` script - `pep8 libcloud/edited_file.py`.
\ No newline at end of file