소스 검색

fix: typo in comment

pull/212/head
mingrammer 4 년 전
부모
커밋
37129f46b9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      diagrams/__init__.py

+ 1
- 1
diagrams/__init__.py 파일 보기

@@ -459,7 +459,7 @@ class Edge:

if label:
# Graphviz complaining about using label for edges, so replace it with xlabel.
# Update: xlabel option causes the misaliend label position: https://github.com/mingrammer/diagrams/issues/83
# Update: xlabel option causes the misaligned label position: https://github.com/mingrammer/diagrams/issues/83
self._attrs["label"] = label
if color:
self._attrs["color"] = color


불러오는 중...
취소
저장