Skip to content

Commit 9b46595

Browse files
committed
style improvements
1 parent 3b3eed4 commit 9b46595

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,8 @@ df.row_by_value('x', 10)
123123

124124
## Registered methods tracing
125125

126-
Since version 0.5.0 pandas_flavor allows [tracing of the registered method calls](/docs/tracing_ext.md). Now it is possible to add additional run-time logic around registered method calls which can be used for support tasks. This extention was introduced to allow visualization of [pyjanitor](https://github.com/pyjanitor-devs/pyjanitor) method call chains as implemented in [pyjviz](https://github.com/pyjanitor-devs/pyjviz)
126+
The pandas_flavor 0.5.0 release introduced [tracing of the registered method calls](/docs/tracing_ext.md). Now it is possible to add additional run-time logic around registered method execution which can be used for some support tasks. This extention was introduced
127+
to allow visualization of [pyjanitor](https://github.com/pyjanitor-devs/pyjanitor) method chains as implemented in [pyjviz](https://github.com/pyjanitor-devs/pyjviz)
127128

128129

129130
## Available Methods

0 commit comments

Comments
 (0)