domain() to potentialdomain() method name updated

This commit is contained in:
Alexandre Dulaunoy 2014-08-22 08:27:22 +02:00
parent c954da666c
commit b32ff4a776
2 changed files with 1 additions and 1 deletions

View file

@ -1,7 +1,7 @@
digraph g{
z [label="raw text including probable hostnames"];
a -> b;
a [label=".domain()",shape=box,fillcolor="palegreen",style="filled"];
a [label=".potentialdomain()",shape=box,fillcolor="palegreen",style="filled"];
z -> a [label=" extracting"];
b [label=".validdomain(extended=True)",shape=box,fillcolor="palegreen",style="filled"];
c [label=".localizedomain(cc='country code')",shape=box,fillcolor="palegreen",style="filled"];

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 43 KiB