Skip to content
Snippets Groups Projects
Commit ce8d785c authored by Pierre LALET's avatar Pierre LALET
Browse files

Fix Net6.__repr__() (fixes #64)

parent 17dbbf94
No related branches found
No related tags found
No related merge requests found
......@@ -177,7 +177,7 @@ class Net6(Gen): # syntax ex. fec0::/126
return iter(rec(0, ['']))
def __repr__(self):
return "<Net6 %s>" % self.repr
return "Net6(%r)" % self.repr
......
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