summaryrefslogtreecommitdiffstats
path: root/Doc/library/profile.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/profile.rst')
-rw-r--r--Doc/library/profile.rst5
1 files changed, 0 insertions, 5 deletions
diff --git a/Doc/library/profile.rst b/Doc/library/profile.rst
index f763f2d..1bf1501 100644
--- a/Doc/library/profile.rst
+++ b/Doc/library/profile.rst
@@ -67,12 +67,7 @@ The :mod:`profile` and :mod:`cProfile` modules export the same interface, so
they are mostly interchangeable; :mod:`cProfile` has a much lower overhead but
is newer and might not be available on all systems.
:mod:`cProfile` is really a compatibility layer on top of the internal
-<<<<<<< .working
:mod:`_lsprof` module.
-=======
-:mod:`_lsprof` module. The :mod:`hotshot` module is reserved for specialized
-usage.
->>>>>>> .merge-right.r62379
.. _profile-instant: