Skip to content

Commit a04583e

Browse files
committed
updates to docstrings
1 parent 9bd2b65 commit a04583e

File tree

8 files changed

+13
-13
lines changed

8 files changed

+13
-13
lines changed

docs/404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ <h3>Quick search</h3>
113113

114114
<!--
115115
MkDocs version : 1.2.3
116-
Docs Build Date UTC : 2022-06-05 02:19:43.668141+00:00
116+
Docs Build Date UTC : 2022-06-05 02:20:38.561236+00:00
117117
-->
118118
</body>
119119
</html>

docs/LICENSE/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ <h3>Quick search</h3>
314314

315315
<!--
316316
MkDocs version : 1.2.3
317-
Docs Build Date UTC : 2022-06-05 02:19:43.687246+00:00
317+
Docs Build Date UTC : 2022-06-05 02:20:38.580484+00:00
318318
-->
319319
</body>
320320
</html>

docs/api/index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3124,10 +3124,10 @@ <h4 id="pyben.exceptions.FilePathError" class="doc doc-heading">
31243124
</thead>
31253125
<tbody>
31263126
<tr>
3127-
<td><code>val</code></td>
3127+
<td><code>obj</code></td>
31283128
<td><code>None</code></td>
31293129
<td><p>Value that cause the exception</p></td>
3130-
<td><em>required</em></td>
3130+
<td><code>None</code></td>
31313131
</tr>
31323132
</tbody>
31333133
</table>
@@ -3141,7 +3141,7 @@ <h4 id="pyben.exceptions.FilePathError" class="doc doc-heading">
31413141

31423142
<span class="sd"> Parameters</span>
31433143
<span class="sd"> ----------</span>
3144-
<span class="sd"> val : None</span>
3144+
<span class="sd"> obj : None</span>
31453145
<span class="sd"> Value that cause the exception</span>
31463146
<span class="sd"> &quot;&quot;&quot;</span>
31473147

@@ -6543,10 +6543,10 @@ <h3 id="pyben.exceptions.FilePathError" class="doc doc-heading">
65436543
</thead>
65446544
<tbody>
65456545
<tr>
6546-
<td><code>val</code></td>
6546+
<td><code>obj</code></td>
65476547
<td><code>None</code></td>
65486548
<td><p>Value that cause the exception</p></td>
6549-
<td><em>required</em></td>
6549+
<td><code>None</code></td>
65506550
</tr>
65516551
</tbody>
65526552
</table>
@@ -6560,7 +6560,7 @@ <h3 id="pyben.exceptions.FilePathError" class="doc doc-heading">
65606560

65616561
<span class="sd"> Parameters</span>
65626562
<span class="sd"> ----------</span>
6563-
<span class="sd"> val : None</span>
6563+
<span class="sd"> obj : None</span>
65646564
<span class="sd"> Value that cause the exception</span>
65656565
<span class="sd"> &quot;&quot;&quot;</span>
65666566

@@ -7243,7 +7243,7 @@ <h3>Quick search</h3>
72437243

72447244
<!--
72457245
MkDocs version : 1.2.3
7246-
Docs Build Date UTC : 2022-06-05 02:19:43.690319+00:00
7246+
Docs Build Date UTC : 2022-06-05 02:20:38.582540+00:00
72477247
-->
72487248
</body>
72497249
</html>

docs/examples/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ <h3>Quick search</h3>
215215

216216
<!--
217217
MkDocs version : 1.2.3
218-
Docs Build Date UTC : 2022-06-05 02:19:43.785061+00:00
218+
Docs Build Date UTC : 2022-06-05 02:20:38.674028+00:00
219219
-->
220220
</body>
221221
</html>

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ <h3>Quick search</h3>
182182

183183
<!--
184184
MkDocs version : 1.2.3
185-
Docs Build Date UTC : 2022-06-05 02:19:43.684131+00:00
185+
Docs Build Date UTC : 2022-06-05 02:20:38.577413+00:00
186186
-->
187187
</body>
188188
</html>

docs/search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/sitemap.xml.gz

0 Bytes
Binary file not shown.

pyben/exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class FilePathError(Exception):
6262
6363
Parameters
6464
----------
65-
val : None
65+
obj : None
6666
Value that cause the exception
6767
"""
6868

0 commit comments

Comments
 (0)