summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorDan Schult <dschult@colgate.edu>2016-03-03 01:29:16 -0500
committerDan Schult <dschult@colgate.edu>2016-03-03 01:29:16 -0500
commit62f057ac60a50961d70b4b84c6760a22e999fccf (patch)
treee01c7efbee616ca96bdc76846aa7ce17f3c9e14a /tools
parentdec9ce551054d53ddd68b402a984b460e49aa372 (diff)
downloadnetworkx-62f057ac60a50961d70b4b84c6760a22e999fccf.tar.gz
Change default role for sphinx to 'obj'
Change double `` to single ` for all function arguments. Remove double `` around True, False, None Leave double `` when a literal python expression is intended. I found a couple of places where math mode was intended. Still need to look for those.
Diffstat (limited to 'tools')
-rw-r--r--tools/gh_api.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gh_api.py b/tools/gh_api.py
index fdc0b827..569d1f3b 100644
--- a/tools/gh_api.py
+++ b/tools/gh_api.py
@@ -115,7 +115,7 @@ def iter_fields(fields):
def encode_multipart_formdata(fields, boundary=None):
"""
- Encode a dictionary of ``fields`` using the multipart/form-data mime format.
+ Encode a dictionary of `fields` using the multipart/form-data mime format.
:param fields:
Dictionary of fields or list of (key, value) field tuples. The key is