Commit 47c98acf authored by Marco Mariani's avatar Marco Mariani

grammar nazi

parent 21e00e74
......@@ -14,7 +14,7 @@ from flask import jsonify
def cloneRepo(data):
"""Clonne a repository
Args:
data: a dictionnary of parameters to use:
data: a dictionary of parameters to use:
data['path'] is the path of the new project
data['repo'] is the url of the repository to be cloned
data['email'] is the user email
......
......@@ -684,7 +684,7 @@ def readParameters(path):
path: path of the xml file that contains parameters
Return:
a dictionnary of instance parameters."""
a dictionary of instance parameters."""
if os.path.exists(path):
try:
xmldoc = minidom.parse(path)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment