diff options
| author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2017-01-12 13:03:53 +0900 |
|---|---|---|
| committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2017-01-12 13:03:53 +0900 |
| commit | 38d6c34f35c60689f22d1f71ce650ca1e3005ec4 (patch) | |
| tree | 0677416d0de03a53ee7d348289d8560e511c2bed /sphinx/pycode/__init__.py | |
| parent | ef912eb9a3e923e80d5c6a08fda4597a65d591aa (diff) | |
| parent | 478306e052d9711170b1fbe63635edef02853484 (diff) | |
| download | sphinx-git-38d6c34f35c60689f22d1f71ce650ca1e3005ec4.tar.gz | |
Merge branch 'stable'
Diffstat (limited to 'sphinx/pycode/__init__.py')
| -rw-r--r-- | sphinx/pycode/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/pycode/__init__.py b/sphinx/pycode/__init__.py index 2c898560b..bf8848305 100644 --- a/sphinx/pycode/__init__.py +++ b/sphinx/pycode/__init__.py @@ -368,4 +368,4 @@ if __name__ == '__main__': pprint.pprint(ma.find_tags()) x3 = time.time() # print nodes.nice_repr(ma.parsetree, number2name) - print("tokenizing %.4f, parsing %.4f, finding %.4f" % (x1-x0, x2-x1, x3-x2)) + print("tokenizing %.4f, parsing %.4f, finding %.4f" % (x1 - x0, x2 - x1, x3 - x2)) |
