From 7bf6a1791be03764a38f3cc88f65e8c4d201cf39 Mon Sep 17 00:00:00 2001 From: Thijs Triemstra Date: Wed, 25 Jan 2017 23:56:06 +0100 Subject: [PATCH] Correct fragment_height documentation default (#198) --- src/escpos/escpos.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/escpos/escpos.py b/src/escpos/escpos.py index 1249c10..7fce107 100644 --- a/src/escpos/escpos.py +++ b/src/escpos/escpos.py @@ -79,7 +79,7 @@ class Escpos(object): :param high_density_vertical: print in high density in vertical direction *default:* True :param high_density_horizontal: print in high density in horizontal direction *default:* True :param impl: choose image printing mode between `bitImageRaster`, `graphics` or `bitImageColumn` - :param fragment_height: Images larger than this will be split into multiple fragments *default:* 1024 + :param fragment_height: Images larger than this will be split into multiple fragments *default:* 960 """ im = EscposImage(img_source)