From 632a10421960e14645a08e686f0ef0a877c2c728 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Elsd=C3=B6rfer?= Date: Fri, 26 Aug 2016 11:59:40 +0200 Subject: [PATCH] Fix docstring warning. --- src/escpos/escpos.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/escpos/escpos.py b/src/escpos/escpos.py index 797b5ed..c102e2c 100644 --- a/src/escpos/escpos.py +++ b/src/escpos/escpos.py @@ -573,9 +573,9 @@ class Escpos(object): There are different commands for setting the line spacing, using a different denominator: - + line_spacing/360 of an inch, 0 <= line_spacing <= 255 - 3 line_spacing/180 of an inch, 0 <= line_spacing <= 255 - A line_spacing/60 of an inch, 0 <= line_spacing <= 85 + '+'' line_spacing/360 of an inch, 0 <= line_spacing <= 255 + '3' line_spacing/180 of an inch, 0 <= line_spacing <= 255 + 'A' line_spacing/60 of an inch, 0 <= line_spacing <= 85 Some printers may not support all of them. The most commonly available command (using a divisor of 180) is chosen.