We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b833282 commit eacc6d8Copy full SHA for eacc6d8
docs/reference.md
@@ -738,7 +738,7 @@ object.
738
It can be accessed like any of object in order to retrieve values in the
739
parent class that might have been shadowed by the child class.
740
741
-When the `\` calling operator is used with `super`, `self` is inserted as the
+When the <code>\\</code> calling operator is used with `super`, `self` is inserted as the
742
first argument instead of the value of `super` itself. When using `.` to
743
retrieve a function, the raw function is returned.
744
0 commit comments