File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -566,12 +566,13 @@ The following exceptions are the exceptions that are usually raised.
566566   this could be raised by incorrectly using Python's C API, such as returning
567567   a ``NULL `` value without an exception set.
568568
569-    If you're confident that this exception wasn't your fault, you should
570-    report this to the author or maintainer of your Python interpreter.
571-    Be sure to report the version of the Python interpreter (``sys.version ``; it is
572-    also printed at the start of an interactive Python session), the exact error
573-    message (the exception's associated value) and if possible the source of the
574-    program that triggered the error.
569+    If you're confident that this exception wasn't your fault, or the fault of
570+    a package you're using, you should report this to the author or maintainer
571+    of your Python interpreter. Be sure to report the version of the Python
572+    interpreter (``sys.version ``; it is also printed at the start of an
573+    interactive Python session), the exact error message (the exception's
574+    associated value) and if possible the source of the program that triggered
575+    the error.
575576
576577
577578.. exception :: SystemExit 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments