Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ad9e308

Browse files
committed
Command execution
1 parent 2bdf7f5 commit ad9e308

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
@@ -1608,7 +1608,7 @@ Command Execution
16081608
-----------------
16091609
### Files and Directories
16101610
* **Paths can be either strings, Paths, or DirEntry objects.**
1611-
* **Functions report [OS related errors](#exceptions-1) by raising either OSError or one of its subclasses.**
1611+
* **Functions report OS related errors by raising either OSError or one of its [subclasses](#exceptions-1).**
16121612

16131613
```python
16141614
import os, shutil

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1461,7 +1461,7 @@
14611461
</code></pre>
14621462
<div><h2 id="commandexecution"><a href="#commandexecution" name="commandexecution">#</a>Command Execution</h2><div><h3 id="filesanddirectories">Files and Directories</h3><ul>
14631463
<li><strong>Paths can be either strings, Paths, or DirEntry objects.</strong></li>
1464-
<li><strong>Functions report <a href="#exceptions-1">OS related errors</a> by raising either OSError or one of its subclasses.</strong></li>
1464+
<li><strong>Functions report OS related errors by raising either OSError or one of its <a href="#exceptions-1">subclasses</a>.</strong></li>
14651465
</ul><pre><code class="python language-python hljs"><span class="hljs-keyword">import</span> os, shutil
14661466
&lt;str&gt; = os.getcwd() <span class="hljs-comment"># Returns the current working directory.</span>
14671467
os.chdir(&lt;path&gt;) <span class="hljs-comment"># Changes current working directory.</span>

0 commit comments

Comments
 (0)