diff --git a/README.md b/README.md index ee0ee6c..b4c076b 100644 --- a/README.md +++ b/README.md @@ -1632,7 +1632,7 @@ from pathlib import Path ``` ```python - = os.getcwd() # Returns shell's working dir unless changed. + = os.getcwd() # Returns working dir. Starts as shell's $PWD. = os.path.join(, ...) # Joins two or more pathname components. = os.path.realpath() # Resolves symlinks and calls path.abspath(). ``` diff --git a/index.html b/index.html index de8379e..a2e11ae 100644 --- a/index.html +++ b/index.html @@ -54,7 +54,7 @@
- +
@@ -1383,7 +1383,7 @@ p.add_argument('<name>', type=<type> from pathlib import Path -
<str>  = os.getcwd()                # Returns shell's working dir unless changed.
+
<str>  = os.getcwd()                # Returns working dir. Starts as shell's $PWD.
 <str>  = os.path.join(<path>, ...)  # Joins two or more pathname components.
 <str>  = os.path.realpath(<path>)   # Resolves symlinks and calls path.abspath().
 
@@ -2931,7 +2931,7 @@ $ deactivate # Deactivates the active
- +
diff --git a/web/script_2.js b/web/script_2.js index f67c4c3..6a64ea5 100644 --- a/web/script_2.js +++ b/web/script_2.js @@ -23,7 +23,7 @@ const TOC_MOBILE = ' Duck_Types, Enum, Except],\n' + ' \'4. System\': [Exit, Print, Input,\n' + ' Command_Line_Arguments,\n' + - ' Open, Path, OS_Commands],\n' + + ' Open, Paths, OS_Commands],\n' + ' \'5. Data\': [JSON, Pickle, CSV, SQLite,\n' + ' Bytes, Struct, Array,\n' + ' Memory_View, Deque],\n' +