Skip to content

Commit c39e103

Browse files
committed
Updating doc_test for exterior_to_link to reflect that it is a method.
1 parent e4901dc commit c39e103

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/snappy/exterior_to_link/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def exterior_to_link(manifold,
6464
fillings on the input which give the 3-sphere. Example usage:
6565
6666
>>> M = Manifold('m016')
67-
>>> L = exterior_to_link(M)
67+
>>> L = M.exterior_to_link()
6868
>>> L.exterior().is_isometric_to(M)
6969
True
7070

0 commit comments

Comments
 (0)