summaryrefslogtreecommitdiff
path: root/networkx/readwrite/text.py
diff options
context:
space:
mode:
Diffstat (limited to 'networkx/readwrite/text.py')
-rw-r--r--networkx/readwrite/text.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/networkx/readwrite/text.py b/networkx/readwrite/text.py
index 1d721b11..09f23e1b 100644
--- a/networkx/readwrite/text.py
+++ b/networkx/readwrite/text.py
@@ -108,7 +108,7 @@ def generate_network_text(
with_labels : bool | str
If True will use the "label" attribute of a node to display if it
exists otherwise it will use the node value itself. If given as a
- string, then that attribte name will be used instead of "label".
+ string, then that attribute name will be used instead of "label".
Defaults to True.
sources : List
@@ -317,7 +317,7 @@ def write_network_text(
with_labels : bool | str
If True will use the "label" attribute of a node to display if it
exists otherwise it will use the node value itself. If given as a
- string, then that attribte name will be used instead of "label".
+ string, then that attribute name will be used instead of "label".
Defaults to True.
sources : List
@@ -332,7 +332,7 @@ def write_network_text(
If True only ASCII characters are used to construct the visualization
end : string
- The line ending characater
+ The line ending character
Examples
--------