Commit 27dc100c authored by Marco Mariani's avatar Marco Mariani

typos

parent cccc2ae4
......@@ -28,6 +28,6 @@
import sys
if sys.version_info < (2, 6):
import warnings
warnings.warn('Used python version (%s) is old and have problems with'
warnings.warn('Used python version (%s) is old and has problems with'
' IPv6 connections' % '.'.join([str(q) for q in sys.version_info[:3]]))
from slap import *
......@@ -68,7 +68,7 @@ class IRequester(Interface):
def request(software_release, software_type, partition_reference,
shared=False, partition_parameter_kw=None, filter_kw=None):
"""
Request software release instanciation to slapgrid server.
Request software release instantiation to slapgrid server.
Returns a new computer partition document, where this sofware release will
be installed.
......
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