diff --git a/README.md b/README.md index 98d33fb..d9371fc 100644 --- a/README.md +++ b/README.md @@ -151,7 +151,7 @@ for i, el in enumerate( [, i_start]): Named Tuple ----------- * **Tuple is an immutable and hashable list.** -* **Named tuple is its subclass with named elements.** +* **Named tuple is it's subclass with named elements.** ```python >>> from collections import namedtuple @@ -1744,7 +1744,7 @@ import numpy as np ```python = np.array() - = np.arange(from_inclusive, to_exclusive, step_size) + = np.arange(from_inclusive, to_exclusive, ±step_size) = np.ones() = np.random.randint(from_inclusive, to_exclusive, ) ```