100 <td><a href="#CodeStyleFixer.__fixD111">__fixD111</a></td> |
100 <td><a href="#CodeStyleFixer.__fixD111">__fixD111</a></td> |
101 <td>Private method to fix docstring enclosed in wrong quotes.</td> |
101 <td>Private method to fix docstring enclosed in wrong quotes.</td> |
102 </tr> |
102 </tr> |
103 <tr> |
103 <tr> |
104 <td><a href="#CodeStyleFixer.__fixD112">__fixD112</a></td> |
104 <td><a href="#CodeStyleFixer.__fixD112">__fixD112</a></td> |
105 <td>Private method to fix docstring 'r' or 'u' in leading quotes.</td> |
105 <td>Private method to fix docstring 'r' in leading quotes.</td> |
106 </tr> |
106 </tr> |
107 <tr> |
107 <tr> |
108 <td><a href="#CodeStyleFixer.__fixD121">__fixD121</a></td> |
108 <td><a href="#CodeStyleFixer.__fixD121">__fixD121</a></td> |
109 <td>Private method to fix a single line docstring on multiple lines.</td> |
109 <td>Private method to fix a single line docstring on multiple lines.</td> |
110 </tr> |
110 </tr> |
475 <a NAME="CodeStyleFixer.__fixD112" ID="CodeStyleFixer.__fixD112"></a> |
475 <a NAME="CodeStyleFixer.__fixD112" ID="CodeStyleFixer.__fixD112"></a> |
476 <h4>CodeStyleFixer.__fixD112</h4> |
476 <h4>CodeStyleFixer.__fixD112</h4> |
477 <b>__fixD112</b>(<i>code, line, pos</i>) |
477 <b>__fixD112</b>(<i>code, line, pos</i>) |
478 |
478 |
479 <p> |
479 <p> |
480 Private method to fix docstring 'r' or 'u' in leading quotes. |
480 Private method to fix docstring 'r' in leading quotes. |
481 </p> |
481 </p> |
482 <p> |
482 <p> |
483 Codes: D112, D113 |
483 Codes: D112 |
484 </p> |
484 </p> |
485 <dl> |
485 <dl> |
486 |
486 |
487 <dt><i>code</i> (str)</dt> |
487 <dt><i>code</i> (str)</dt> |
488 <dd> |
488 <dd> |