Formatting fix in Scrapyd doc

This commit is contained in:
Pablo Hoffman 2010-10-17 03:20:23 -02:00
parent 5f65c26080
commit 98662e53ea
1 changed files with 1 additions and 0 deletions

View File

@ -279,6 +279,7 @@ Add a version to a project, creating the project if it doesn't exist.
* Supported Request Methods: ``POST``
* Parameters:
* ``project`` (string, required) - the project name
* ``version`` (string, required) - the project version
* ``egg`` (file, required) - a Python egg containing the project's code