diff --git a/README.md b/README.md index a667616..3829990 100644 --- a/README.md +++ b/README.md @@ -1593,7 +1593,7 @@ cwd = Path() Command Execution ----------------- ### Files and Directories -* **Paths can be either strings, Paths or DirEntry objects.** +* **Paths can be either strings, Paths, or DirEntry objects.** * **All exceptions are either 'OSError' or its subclasses.** ```python diff --git a/index.html b/index.html index eb8bcb0..bd82e5b 100644 --- a/index.html +++ b/index.html @@ -1444,7 +1444,7 @@ value = args.<name> <file> = open(<Path>) # Opens a file and returns file object.

#Command Execution

Files and Directories

import os
 <str> = os.getcwd()                # Returns the current working directory.