def align(argument): """Conversion function for the "align" option.""" return directives.choice(argument, ('left', 'center', 'right'))