Skip to content

Commit

Permalink
Updated docstring of Node class.
Browse files Browse the repository at this point in the history
  • Loading branch information
RodolfoFerro committed Dec 29, 2018
1 parent 541fe63 commit 6efa459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
class Node:
"""
Node class based on the book "Inteligencia Artificial. Fundamentos,
práctica y apliaciones", 2nd. Edition, by Alberto García Serrano.
práctica y aplicaciones", 2nd. Edition, by Alberto García Serrano.
"""

def __init__(self, data, children=None):
Expand Down

0 comments on commit 6efa459

Please sign in to comment.