Skip to content

Commit 341716e

Browse files
eurestiJelleZijlstra
authored andcommitted
Merge and rename stdlib/{2,3}/pprint.pyi into 2and3 (#1124)
* Merge stdlib/{2,3}/pprint.pyi * Rename pprint.pyi into 2and3
1 parent c4ceae9 commit 341716e

File tree

2 files changed

+2
-25
lines changed

2 files changed

+2
-25
lines changed

stdlib/2/pprint.pyi

Lines changed: 0 additions & 24 deletions
This file was deleted.

stdlib/3/pprint.pyi renamed to stdlib/2and3/pprint.pyi

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Stubs for pprint
22

3-
# Based on http://docs.python.org/3.2/library/pprint.html
3+
# Based on http://docs.python.org/2/library/pprint.html
4+
# Based on http://docs.python.org/3/library/pprint.html
45

56
from typing import Any, Dict, Tuple, IO
67

0 commit comments

Comments
 (0)