summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth M Morton <seth.m.morton@gmail.com>2015-06-22 23:16:40 -0700
committerSeth M Morton <seth.m.morton@gmail.com>2015-06-22 23:16:40 -0700
commit37d46df8349abc660600899b3bfdaafd5b6e9ca0 (patch)
tree0022f12dc1d4863b603a698bd576b51535d21b2c
parent34068312411988c6a2313089e85c64be0e71ac70 (diff)
downloadnatsort-37d46df8349abc660600899b3bfdaafd5b6e9ca0.tar.gz
Removed extra space in docstrings.
-rw-r--r--natsort/natsort.py1
-rw-r--r--natsort/unicode_numbers.py1
-rw-r--r--natsort/utils.py1
3 files changed, 0 insertions, 3 deletions
diff --git a/natsort/natsort.py b/natsort/natsort.py
index a48c818..43f4f63 100644
--- a/natsort/natsort.py
+++ b/natsort/natsort.py
@@ -9,7 +9,6 @@ You can mix types with natsorted. This can get around the new
descend into lists of lists so you can sort by the sublist contents.
See the README or the natsort homepage for more details.
-
"""
from __future__ import (
diff --git a/natsort/unicode_numbers.py b/natsort/unicode_numbers.py
index c8e1053..e4e9ebf 100644
--- a/natsort/unicode_numbers.py
+++ b/natsort/unicode_numbers.py
@@ -1,7 +1,6 @@
# -*- coding: utf-8 -*-
"""
Contains all possible non-ASCII unicode numbers.
-
"""
from __future__ import (
diff --git a/natsort/utils.py b/natsort/utils.py
index 5268d86..86efa00 100644
--- a/natsort/utils.py
+++ b/natsort/utils.py
@@ -2,7 +2,6 @@
"""
Utilities and definitions for natsort, mostly all used to define
the _natsort_key function.
-
"""
from __future__ import (