Fix copypasto error in metric rename table in docs

This commit is contained in:
Paul "LeoNerd" Evans 2016-11-03 17:04:13 +00:00
parent 2938a00825
commit 89e3e39d52

View file

@ -51,9 +51,9 @@ python_gc_counts reactor_gc_counts
The twisted-specific reactor metrics have been renamed.
==================================== =================
==================================== =====================
New name Old name
------------------------------------ -----------------
python_twisted_reactor_pending_calls reactor_tick_time
------------------------------------ ---------------------
python_twisted_reactor_pending_calls reactor_pending_calls
python_twisted_reactor_tick_time reactor_tick_time
==================================== =================
==================================== =====================