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

View File

@@ -1973,7 +1973,7 @@
"outputs": [],
"source": [
"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",
" for (d, w) in scanners)\n",
"\n",