Fixed typo

sevrities -> severities
This commit is contained in:
Vikrant Biswas 2017-12-21 18:36:34 +05:30 committed by GitHub
parent 8a82f9afe4
commit 88b62752b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1973,7 +1973,7 @@
"outputs": [], "outputs": [],
"source": [ "source": [
"def trip_severity(scanners): \n", "def trip_severity(scanners): \n",
" \"The sum of sevrities for each time the packet is caught.\"\n", " \"The sum of severities for each time the packet is caught.\"\n",
" return sum((d * w if caught(d, w) else 0) \n", " return sum((d * w if caught(d, w) else 0) \n",
" for (d, w) in scanners)\n", " for (d, w) in scanners)\n",
"\n", "\n",