Skip to content
Snippets Groups Projects
Commit ce614a91 authored by Christopher Bohn's avatar Christopher Bohn :thinking:
Browse files

corrected English grammar error

parent c26c9b13
No related branches found
No related tags found
No related merge requests found
class Animal:
"""
This is base class should not be directly instantiated. All subclasses should have a move() method.
This base class should not be directly instantiated. All subclasses should have a move() method.
"""
def __init__(self, name):
self.name = name
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment