Skip to content

Commit ba8cf3e

Browse files
fixing typo (#61)
1 parent 1273114 commit ba8cf3e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

github_to_sqlite/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ def stargazers(db_path, repos, auth):
244244
help="Fetch HTML rendered README into 'readme_html' column",
245245
)
246246
def repos(db_path, usernames, auth, repo, load, readme, readme_html):
247-
"Save repos owened by the specified (or authenticated) username or organization"
247+
"Save repos owned by the specified (or authenticated) username or organization"
248248
db = sqlite_utils.Database(db_path)
249249
token = load_token(auth)
250250
if load:

0 commit comments

Comments
 (0)