Skip to content

Commit bd675c6

Browse files
committed
Exceptions
1 parent 92a4c1a commit bd675c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1361,7 +1361,7 @@ BaseException
13611361
+-- ValueError # When an argument is of right type but inappropriate value.
13621362
+-- UnicodeError # Raised when encoding/decoding strings from/to bytes fails.
13631363
```
1364-
* **Appropriate built-in exceptions to be risen by the user are: 'ValueError', 'TypeError' and 'RuntimeError'.**
1364+
* *Appropriate built-in exceptions for user to rise are: 'ValueError', 'TypeError' and 'RuntimeError'..**
13651365

13661366

13671367
Print

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1256,7 +1256,7 @@ <h3 id="commonbuiltinexceptions">Common Built-in Exceptions</h3>
12561256
+-- UnicodeError <span class="hljs-comment"># Raised when encoding/decoding strings from/to bytes fails. </span>
12571257
</code></pre>
12581258
<ul>
1259-
<li><strong>Appropriate built-in exceptions to be risen by the user are: 'ValueError', 'TypeError' and 'RuntimeError'.</strong></li>
1259+
<li><em>Appropriate built-in exceptions for user to rise are: 'ValueError', 'TypeError' and 'RuntimeError'..</em>*</li>
12601260
</ul>
12611261
<h2 id="print"><a href="#print" name="print">#</a>Print</h2>
12621262
<pre><code class="python language-python hljs">print(&lt;el_1&gt;, ..., sep=<span class="hljs-string">' '</span>, end=<span class="hljs-string">'\n'</span>, file=sys.stdout, flush=<span class="hljs-keyword">False</span>)

0 commit comments

Comments
 (0)