Skip to content

Commit

Permalink
Modify docstring to showcase potential bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Crozzers committed May 14, 2023
1 parent 986edc3 commit 6f01c47
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/testdata/demopackage/child_c.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@


class C(child_b.B):
"""This class is defined in .child_c and inherits from .child_b.B"""
"""This class is defined in .child_c and inherits from .child_b.B
Here's an identifier that isn't enclosed in back ticks: demopackage.child_b.B
"""

def c(self):
return 2

0 comments on commit 6f01c47

Please sign in to comment.