ERRATUM: missing NOT in logical identity

pull/65/head
Jake VanderPlas 2017-02-26 12:46:00 -08:00
parent 5fef93a4f1
commit b498e1c4bd
1 changed files with 1 additions and 1 deletions

View File

@ -711,7 +711,7 @@
"inches > (0.5 & inches) < 1\n",
"```\n",
"\n",
"Using the equivalence of *A AND B* and *NOT (A OR B)* (which you may remember if you've taken an introductory logic course), we can compute the same result in a different manner:"
"Using the equivalence of *A AND B* and *NOT (NOT A OR NOT B)* (which you may remember if you've taken an introductory logic course), we can compute the same result in a different manner:"
]
},
{