Skip to content

Commit bc0993f

Browse files
committed
redirect
1 parent 10f557f commit bc0993f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/internals.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Subclassing pandas Data Structures
101101

102102
.. warning:: There are some easier alternatives before considering subclassing ``pandas`` data structures.
103103

104-
1. Monkey-patching: See :ref:`Adding Features to your pandas Installation <ref-monkey-patching>`.
104+
1. Extensible method chains with :ref:`pipe <basics.pipe>`
105105

106106
2. Use *composition*. See `here <http://en.wikipedia.org/wiki/Composition_over_inheritance>`_.
107107

0 commit comments

Comments
 (0)