Skip to content

Commit 7680be3

Browse files
committed
Command Execution
1 parent 87c59d2 commit 7680be3

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
@@ -1593,7 +1593,7 @@ cwd = Path()
15931593
Command Execution
15941594
-----------------
15951595
### Files and Directories
1596-
* **Path can be either string, Path, or DirEntry object.**
1596+
* **Paths can be either strings, Paths, or DirEntry objects.**
15971597
* **All exceptions are either 'OSError' or its subclasses.**
15981598

15991599
```python

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1444,7 +1444,7 @@
14441444
&lt;file&gt; = open(&lt;Path&gt;) <span class="hljs-comment"># Opens a file and returns file object.</span>
14451445
</code></pre>
14461446
<div><h2 id="commandexecution"><a href="#commandexecution" name="commandexecution">#</a>Command Execution</h2><div><h3 id="filesanddirectories">Files and Directories</h3><ul>
1447-
<li><strong>Path can be either string, Path, or DirEntry object.</strong></li>
1447+
<li><strong>Paths can be either strings, Paths, or DirEntry objects.</strong></li>
14481448
<li><strong>All exceptions are either 'OSError' or its subclasses.</strong></li>
14491449
</ul><pre><code class="python language-python hljs"><span class="hljs-keyword">import</span> os
14501450
&lt;str&gt; = os.getcwd() <span class="hljs-comment"># Returns the current working directory.</span>

0 commit comments

Comments
 (0)