Commit 960b32ca authored by Nicolas Delaby's avatar Nicolas Delaby

typo

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27374 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 660a4424
# -*- coding: utf-8 -*-
############################################################################## ##############################################################################
# #
# Copyright (c) 2005 Nexedi SARL and Contributors. All Rights Reserved. # Copyright (c) 2005 Nexedi SARL and Contributors. All Rights Reserved.
...@@ -30,7 +31,7 @@ class DistributedRamCache: ...@@ -30,7 +31,7 @@ class DistributedRamCache:
""" """
""" """
_properties = ( _properties = (
{'id' : 'server', {'id' : 'server',
'description' : 'Memcached server address( you can specify multiple servers by separating them with ;)', 'description' : 'Memcached server address( you can specify multiple servers by separating them with ;)',
'type' : 'string', 'type' : 'string',
......
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