diff options
Diffstat (limited to 'Lib/lib-old/Para.py')
| -rw-r--r-- | Lib/lib-old/Para.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/lib-old/Para.py b/Lib/lib-old/Para.py index 003ea1e2a4..bf5f92c530 100644 --- a/Lib/lib-old/Para.py +++ b/Lib/lib-old/Para.py @@ -56,7 +56,7 @@ class Para:  	#  	# Tab to a given position (relative to the current left indent):  	# remove all stretch, add fixed space up to the new indent. -	# If the current position is already beying the tab stop, +	# If the current position is already at the tab stop,  	# don't add any new space (but still remove the stretch)  	def tabto(self, tab):  		total = 0  | 
