Merge pull request #30 from ev-br/patch-2

MAINT: fix a typo
This commit is contained in:
Nicolas P. Rougier
2016-11-02 16:02:09 +01:00
committed by GitHub

View File

@@ -635,7 +635,6 @@
"\n",
"An equivalent way, with a context manager:\n",
"\n",
"```python\n",
"with np.errstate(divide='ignore'):\n",
" Z = np.ones(1) / 0"
]