mirror of
				https://github.com/python-escpos/python-escpos
				synced 2025-10-23 09:30:00 +00:00 
			
		
		
		
	Merge pull request #104 from python-escpos/patkan-patch-1
DOC fix todo block in cut()
This commit is contained in:
		@@ -598,6 +598,7 @@ class Escpos(object):
 | 
				
			|||||||
        Without any arguments the paper will be cut completely. With 'mode=PART' a partial cut will
 | 
					        Without any arguments the paper will be cut completely. With 'mode=PART' a partial cut will
 | 
				
			||||||
        be attempted. Note however, that not all models can do a partial cut. See the documentation of
 | 
					        be attempted. Note however, that not all models can do a partial cut. See the documentation of
 | 
				
			||||||
        your printer for details.
 | 
					        your printer for details.
 | 
				
			||||||
 | 
					        
 | 
				
			||||||
        .. todo:: Check this function on TM-T88II.
 | 
					        .. todo:: Check this function on TM-T88II.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        :param mode: set to 'PART' for a partial cut
 | 
					        :param mode: set to 'PART' for a partial cut
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user