Merge pull request #3716 from vikashvverma/fix-ci-warnings

Fix CI warnings
master
Gautam krishna.R 2016-10-26 21:49:41 +05:30 committed by GitHub
commit a5eaf2c9ce
6 changed files with 16 additions and 11 deletions

View File

@ -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",
@ -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"

View File

@ -242,7 +242,7 @@
},
{
"key": "Space",
"val": "Play/pause "
"val": "Play/pause"
},
{
"key": "+",

View File

@ -61,7 +61,7 @@
},
{
"val": "related pages",
"key": "related: "
"key": "related:"
},
{
"val": "view cached page",
@ -85,7 +85,7 @@
},
{
"val": "Restrict search to country",
"key": "site:country code "
"key": "site:country code"
},
{
"val": "Search for keyword in body text",
@ -93,7 +93,7 @@
},
{
"val": "Return pages with all words specified in body text",
"key": "allintext: "
"key": "allintext:"
},
{
"val": "Search book text",
@ -105,7 +105,7 @@
},
{
"val": "find business phone numbers",
"key": "bphonebook: "
"key": "bphonebook:"
},
{
"val": "Get Local Weather",

View File

@ -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)",

View File

@ -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\"]",

View File

@ -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."
},
{