Skip to content

Commit 460bb03

Browse files
committed
fix links for and/or/xor
1 parent 21dd095 commit 460bb03

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/api/fexpr/__and__.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
.. xmethod:: datatable.FExpr.__and__
3-
:src: src/core/expr/fexpr.cc PyFExpr::nb__and__
3+
:src: src/core/expr/fbinary/bitwise_and_or_xor.cc PyFExpr::nb__and__
44

55
__and__(x, y)
66
--

docs/api/fexpr/__or__.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
.. xmethod:: datatable.FExpr.__or__
3-
:src: src/core/expr/fexpr.cc PyFExpr::nb__or__
3+
:src: src/core/expr/fbinary/bitwise_and_or_xor.cc PyFExpr::nb__or__
44

55
__or__(x, y)
66
--

docs/api/fexpr/__xor__.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
.. xmethod:: datatable.FExpr.__xor__
3-
:src: src/core/expr/fexpr.cc PyFExpr::nb__xor__
3+
:src: src/core/expr/fbinary/bitwise_and_or_xor.cc PyFExpr::nb__xor__
44

55
__xor__(x, y)
66
--

0 commit comments

Comments
 (0)