Skip to content
This repository has been archived by the owner on Oct 15, 2022. It is now read-only.

Commit

Permalink
Fixe CI warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
vikashvverma committed Oct 26, 2016
1 parent 9ce00a9 commit 34715bf
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 11 deletions.
9 changes: 7 additions & 2 deletions share/goodie/cheat_sheets/json/django.json
Expand Up @@ -10,7 +10,12 @@
},

"aliases": [
"pydjango", "python django","django lookups","django admin commands","django queryset commands","django query"
"pydjango",
"python django",
"django lookups",
"django admin",
"django queryset",
"django query"
],

"template_type": "code",
Expand Down Expand Up @@ -38,7 +43,7 @@
"val": "inspect the entire Django project for common problems"
}, {
"key": "django-admin createsuperuser",
"val": "creates a superuser account "
"val": "creates a superuser account"
}, {
"key": "django-admin dbshell",
"val": "command-line client for the database engine"
Expand Down
2 changes: 1 addition & 1 deletion share/goodie/cheat_sheets/json/google-drive.json
Expand Up @@ -242,7 +242,7 @@
},
{
"key": "Space",
"val": "Play/pause "
"val": "Play/pause"
},
{
"key": "+",
Expand Down
8 changes: 4 additions & 4 deletions share/goodie/cheat_sheets/json/google-hacks.json
Expand Up @@ -61,7 +61,7 @@
},
{
"val": "related pages",
"key": "related: "
"key": "related:"
},
{
"val": "view cached page",
Expand All @@ -85,15 +85,15 @@
},
{
"val": "Restrict search to country",
"key": "site:country code "
"key": "site:country code"
},
{
"val": "Search for keyword in body text",
"key": "intext:"
},
{
"val": "Return pages with all words specified in body text",
"key": "allintext: "
"key": "allintext:"
},
{
"val": "Search book text",
Expand All @@ -105,7 +105,7 @@
},
{
"val": "find business phone numbers",
"key": "bphonebook: "
"key": "bphonebook:"
},
{
"val": "Get Local Weather",
Expand Down
2 changes: 1 addition & 1 deletion share/goodie/cheat_sheets/json/harry-potter.json
Expand Up @@ -25,7 +25,7 @@
},
{
"key": "About",
"val": "The books concern a wizard called Harry Potter and his journey through Hogwarts School of Witchcraft and Wizardry. The stories tell of him overcoming dangerous obstacles to defeat the Dark wizard Lord Voldemort "
"val": "The books concern a wizard called Harry Potter and his journey through Hogwarts School of Witchcraft and Wizardry. The stories tell of him overcoming dangerous obstacles to defeat the Dark wizard Lord Voldemort"
},
{
"key": "Harry Potter and the Philosopher's Stone (Also known as Harry Potter and the Sorcerer's Stone)",
Expand Down
4 changes: 2 additions & 2 deletions share/goodie/cheat_sheets/json/json-syntax.json
Expand Up @@ -20,11 +20,11 @@
"sections": {
"JSON Object":[
{
"key": "var obj = \\{\n\t \"first\": \"John\",\n\t \"last\": \"Doe,\"\n\t \"age\": 39,\n\t \"salary\": 9999\n\\}; "
"key": "var obj = \\{\n\t \"first\": \"John\",\n\t \"last\": \"Doe,\"\n\t \"age\": 39,\n\t \"salary\": 9999\n\\};"
},
{
"key": "obj.age",
"val": "returns \"39\" "
"val": "returns \"39\""
},
{
"key": "obj[\"salary\"]",
Expand Down
2 changes: 1 addition & 1 deletion share/goodie/cheat_sheets/json/pygame.json
Expand Up @@ -89,7 +89,7 @@
],
"Rects": [
{
"key": "Rect.move(x, y) ",
"key": "Rect.move(x, y)",
"val": "Returns a Rect moved x pixels horizontally and y pixels vertically."
},
{
Expand Down

0 comments on commit 34715bf

Please sign in to comment.