File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 310310# The format is a list of tuples containing the path and title. 
311311#epub_pre_files = [] 
312312
313- # HTML files shat  should be inserted after the pages created by sphinx. 
313+ # HTML files that  should be inserted after the pages created by sphinx. 
314314# The format is a list of tuples containing the path and title. 
315315#epub_post_files = [] 
316316
Original file line number Diff line number Diff line change @@ -644,7 +644,7 @@ class _JWA(object):
644644
645645    def  __getitem__ (self , key ):
646646        """ Derive implementation(s) from key 
647-         If key is compond  <encryption>(-|+)<hash> then it will return a tuple 
647+         If key is compound  <encryption>(-|+)<hash> then it will return a tuple 
648648        of implementations. 
649649        Each implementation is a tuple in following format: 
650650        - for hash algorithms ((<sign function>, <verify function>), <mod>) 
Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ def test_jwe_adata(self):
169169            jwt  =  jose .legacy_decrypt (jose .deserialize_compact (et ), rsa_priv_key ,
170170                    adata = adata )
171171
172-             # make sure signaures  don't match when adata isn't passed in 
172+             # make sure signatures  don't match when adata isn't passed in 
173173            try :
174174                hdr , dt  =  jose .legacy_decrypt (jose .deserialize_compact (et ),
175175                    rsa_priv_key )
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments