mirror of
https://github.com/jlu5/SupyPlugins.git
synced 2025-04-26 21:11:14 -05:00
Namegen: mention that 'syllables' config var sets the amount of extra syllables allowed, not the total amount
This commit is contained in:
parent
d2a203bd00
commit
1775cf3b18
@ -50,8 +50,8 @@ def configure(advanced):
|
|||||||
|
|
||||||
Namegen = conf.registerPlugin('Namegen')
|
Namegen = conf.registerPlugin('Namegen')
|
||||||
conf.registerGlobalValue(Namegen, 'syllables',
|
conf.registerGlobalValue(Namegen, 'syllables',
|
||||||
registry.PositiveInteger(2, _("""Specifies the maximum
|
registry.PositiveInteger(1, _("""Specifies the maximum
|
||||||
amount of syllables a name can have.""")))
|
amount of extra syllables (apart from a beginning and
|
||||||
|
an ending) a name can have.""")))
|
||||||
|
|
||||||
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
|
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
|
||||||
|
@ -38,5 +38,4 @@ class NamegenTestCase(PluginTestCase):
|
|||||||
self.assertNotError('namegen')
|
self.assertNotError('namegen')
|
||||||
self.assertNotError('namegen 2')
|
self.assertNotError('namegen 2')
|
||||||
|
|
||||||
|
|
||||||
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
|
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user