| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent d6ddacb commit a066dc3
4 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -278,7 +278,7 @@ print its path: | |||
| 278 | 278 | ||
| 279 | 279 | ||
| 280 | 280 | Finally, we can set an `alias` in our `.bash_profile` or `.bash_rc` file to | |
| 281 | - conviniently run IPython from the console. E.g., | ||
| 281 | + conveniently run IPython from the console. E.g., | ||
| 282 | 282 | ||
| 283 | 283 | ||
| 284 | 284 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -586,7 +586,7 @@ syntax applies to simple dates or simple times only, too. | |||
| 586 | 586 | #### Update Mar 16, 2014: | |
| 587 | 587 | ||
| 588 | 588 | ||
| 589 | - If'd we are interested to calulate the hours between two `DATETIME()` | ||
| 589 | + If'd we are interested to calculate the hours between two `DATETIME()` | ||
| 590 | 590 | timestamps, we can could use the handy `STRFTIME()` function like this | |
| 591 | 591 | ||
| 592 | 592 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,6 @@ | |||
| 1 | 1 | # Sebastian Raschka, 2014 | |
| 2 | 2 | # Update records or insert them if they don't exist. | |
| 3 | - # Note that this is a workaround to accomodate for missing | ||
| 3 | + # Note that this is a workaround to accommodate for missing | ||
| 4 | 4 | # SQL features in SQLite. | |
| 5 | 5 | ||
| 6 | 6 | import sqlite3 | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -13,7 +13,7 @@ def conc_gzip_files(in_dir, out_file, append=False, print_progress=True): | |||
| 13 | 13 | Keyword arguments: | |
| 14 | 14 | in_dir (str): Path of the directory with the gzip-files | |
| 15 | 15 | out_file (str): Path to the resulting file | |
| 16 | - append (bool): If true, it appends contents to an exisiting file, | ||
| 16 | + append (bool): If true, it appends contents to an existing file, | ||
| 17 | 17 | else creates a new output file. | |
| 18 | 18 | print_progress (bool): prints progress bar if true. | |
| 19 | 19 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments