Skip to content

Commit 3faba8f

Browse files
authored
tabs converted to spaces in lines 550-552
1 parent 58124f9 commit 3faba8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Language/py-nutshell.pod6

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -548,8 +548,8 @@ Inheritance is done using C<is>:
548548
Python
549549
550550
class Animal:
551-
def jump(self):
552-
print ("I am jumping")
551+
def jump(self):
552+
print ("I am jumping")
553553
554554
class Dog(Animal):
555555
pass

0 commit comments

Comments
 (0)