Skip to content

Commit eacc6d8

Browse files
committed
fix format error
1 parent b833282 commit eacc6d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -738,7 +738,7 @@ object.
738738
It can be accessed like any of object in order to retrieve values in the
739739
parent class that might have been shadowed by the child class.
740740

741-
When the `\` calling operator is used with `super`, `self` is inserted as the
741+
When the <code>\\</code> calling operator is used with `super`, `self` is inserted as the
742742
first argument instead of the value of `super` itself. When using `.` to
743743
retrieve a function, the raw function is returned.
744744

0 commit comments

Comments
 (0)