diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-04-08 13:28:52 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-04-08 13:28:52 +0200 |
| commit | 577cb8d33e8c190f5f23abf560fdab385a6b745e (patch) | |
| tree | d9d9004344530b38a6c0bc492d95962280a5e559 /cli/commands/bridge/naive.py | |
| parent | aebb91b47cad8aa70403eb6dec9dbe49ef6267fb (diff) | |
readme
Diffstat (limited to 'cli/commands/bridge/naive.py')
| -rw-r--r-- | cli/commands/bridge/naive.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/commands/bridge/naive.py b/cli/commands/bridge/naive.py index 4014279..96122c2 100644 --- a/cli/commands/bridge/naive.py +++ b/cli/commands/bridge/naive.py @@ -1,5 +1,5 @@ """ -Find connections between two words +Find connections between two words (naive implementation) """ import click |
