Full stop in comment.

pull/61/head
Christian T. Jacobs 2017-07-03 23:43:52 +01:00
rodzic a105afe106
commit 28baab016d
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -126,7 +126,7 @@ class Printer(object):
current_line_number += 1
if((current_line_number+1)*self.line_height >= context.get_height()):
for j in range(0, current_line_number-1):
self.text_to_print.pop(0) # Remove what has been printed already before draw_page is called again
self.text_to_print.pop(0) # Remove what has been printed already before draw_page is called again.
break
return