diff --git a/README.md b/README.md
index 089a718..18072d6 100644
--- a/README.md
+++ b/README.md
@@ -1815,7 +1815,7 @@ import csv
```
* **File must be opened with a `'newline=""'` argument, or newlines embedded inside quoted fields will not be interpreted correctly!**
* **For XML and binary Excel files (xlsx, xlsm and xlsb) use [Pandas](#dataframe-plot-encode-decode) library.**
-* **To print the table to console use [Tabulate](#table) library.**
+* **To print the table to the console use [Tabulate](#table) library.**
### Write
```python
diff --git a/index.html b/index.html
index 2bc7ae5..d4ef62a 100644
--- a/index.html
+++ b/index.html
@@ -1514,7 +1514,7 @@ CompletedProcess(args=['bc', 'newline=""' argument, or newlines embedded inside quoted fields will not be interpreted correctly!
For XML and binary Excel files (xlsx, xlsm and xlsb) use Pandas library.
-
To print the table to console use Tabulate library.
+
To print the table to the console use Tabulate library.