summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorDon Anderson <dda@ddanderson.com>2014-12-16 16:02:44 -0500
committerDon Anderson <dda@ddanderson.com>2014-12-16 16:02:44 -0500
commit774ec4d3991c6c1cc9ede7f6732c7a8ad18ad28c (patch)
treeae7c59fd4750ab6b2e66f9ac784ac0ff7e01172c /lang
parentdfa706056c4a359f7f894047bc9e5399efcec776 (diff)
downloadmongo-774ec4d3991c6c1cc9ede7f6732c7a8ad18ad28c.tar.gz
Remove tabs in comments.
Diffstat (limited to 'lang')
-rw-r--r--lang/python/wiredtiger/packing.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python/wiredtiger/packing.py b/lang/python/wiredtiger/packing.py
index 91ba64725f5..ee12434cabd 100644
--- a/lang/python/wiredtiger/packing.py
+++ b/lang/python/wiredtiger/packing.py
@@ -30,7 +30,7 @@
"""Packing and unpacking functions
The format string uses the following conversions:
Format Python Notes
- x N/A pad byte, no associated value
+ x N/A pad byte, no associated value
b int signed byte
B int unsigned byte
h int signed 16-bit