Skip to content
Snippets Groups Projects
Commit cbe30aff authored by vlorentz's avatar vlorentz
Browse files

Fix missing double-colon

parent bfeba3d7
No related branches found
No related tags found
No related merge requests found
......@@ -95,7 +95,7 @@ Bad::
you have to instantiate the method `def foo(bar): pass`
in order to use this abstract class
Good:
Good::
you have to instantiate the method ``def foo(bar): pass``
in order to use this abstract class
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment