mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-02 09:38:14 +08:00
Fix indent in docstring example
This commit is contained in:
@@ -78,7 +78,7 @@ def expected_warnings(matching):
|
||||
--------
|
||||
>>> from skimage import data, img_as_ubyte, img_as_float
|
||||
>>> with expected_warnings(['precision loss']):
|
||||
... d = img_as_ubyte(img_as_float(data.coins()))
|
||||
... d = img_as_ubyte(img_as_float(data.coins()))
|
||||
|
||||
Notes
|
||||
-----
|
||||
|
||||
Reference in New Issue
Block a user