Skip to content

Commit 042eb52

Browse files
committed
fix doctest in posets
1 parent b7c1c8f commit 042eb52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sage/combinat/posets/posets.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1374,8 +1374,8 @@ def _latex_(self):
13741374
sage: print(P._latex_()) # optional - dot2tex graphviz
13751375
\begin{tikzpicture}[>=latex,line join=bevel,]
13761376
%%
1377-
\node (node_...) at (5...bp,...bp) [draw,draw=none] {$...$};
1378-
\node (node_...) at (5...bp,...bp) [draw,draw=none] {$...$};
1377+
\node (node_...) at (...bp,...bp) [draw,draw=none] {$...$};
1378+
\node (node_...) at (...bp,...bp) [draw,draw=none] {$...$};
13791379
\draw [black,->] (node_...) ..controls (...bp,...bp) and (...bp,...bp) .. (node_...);
13801380
%
13811381
\end{tikzpicture}

0 commit comments

Comments
 (0)