Align columns: Difference between revisions

m (Fixed lang tags.)
Line 1,077:
Return the justified output as a string
'''
assert justification in 'LRC'j2justifier, "justification can be L, R, or C; (Left, Right, or Centered)."
justifier = j2justifier[justification]
Anonymous user