def align_spec(argument): # type: (Any) -> bool return directives.choice(argument, ('left', 'center', 'right'))