From cf1de35ff3786e6964199c4b9044ae64a8fb0868 Mon Sep 17 00:00:00 2001 From: Scott Prive Date: Mon, 11 Jan 2016 12:23:02 -0500 Subject: [PATCH] Update format.rst --- source/docs/functions/format.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/docs/functions/format.rst b/source/docs/functions/format.rst index 69d2ae9..0dd43d4 100644 --- a/source/docs/functions/format.rst +++ b/source/docs/functions/format.rst @@ -23,7 +23,7 @@ Fill ==== If a valid align value is specified, it can be preceded by a fill character that can be any character and defaults to a space if omitted. -Allign +Align ====== *'<'* Forces the field to be left-aligned within the available space (this is the default for most objects). @@ -222,4 +222,4 @@ Example 7 See Also ======== -#TODO \ No newline at end of file +#TODO