Skip to content

Commit 89c8a2f

Browse files
authored
Update README.md
1 parent dc94916 commit 89c8a2f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ We can measure on every line how large array operations allocate and deallocate
4141
IPython 3.2.0 -- An enhanced Interactive Python.
4242

4343
In [1]: import ipython_memory_usage.ipython_memory_usage as imu
44-
45-
   In [2]: import numpy as np
44+
In [2]: import numpy as np
4645

4746
In [3]: imu.start_watching_memory()
4847
In [3] used 0.0469 MiB RAM in 7.32s, peaked 0.00 MiB above current, total RAM usage 56.88 MiB

0 commit comments

Comments
 (0)