File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ This driver depends on:
2323* `Adafruit CircuitPython  <https://github.com/adafruit/circuitpython >`_
2424* `Bus Device  <https://github.com/adafruit/Adafruit_CircuitPython_BusDevice >`_
2525
26- Please ensure that  all dependencies are available on the CircuitPython filesystem.
26+ Please ensure all dependencies are available on the CircuitPython filesystem.
2727This is easily achieved by downloading
2828`the Adafruit library and driver bundle  <https://github.com/adafruit/Adafruit_CircuitPython_Bundle >`_.
2929
Original file line number Diff line number Diff line change @@ -286,7 +286,7 @@ def duration(self):
286286
287287    @duration .setter  
288288    def  duration (self , duration ):
289-         """Set  the pause duration in seconds.""" 
289+         """Sets  the pause duration in seconds.""" 
290290        if  not  0.0  <=  duration  <=  1.27 :
291291            raise  ValueError ("Pause duration must be a value within 0.0-1.27!" )
292292        # Add wait time flag bit and convert duration to centiseconds 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments