Skip to content

Commit

Permalink
Remove unnecessary __docformat__ settings, broken text.
Browse files Browse the repository at this point in the history
  • Loading branch information
jelmer committed Jan 20, 2017
1 parent e8c79d3 commit e2c80cf
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions dulwich/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@
* include-tag
"""

__docformat__ = 'restructuredText'

from contextlib import closing
from io import BytesIO, BufferedReader
import dulwich
Expand Down
2 changes: 0 additions & 2 deletions dulwich/porcelain.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@
Differences in behaviour are considered bugs.
"""

__docformat__ = 'restructuredText'

from collections import namedtuple
from contextlib import (
closing,
Expand Down
2 changes: 1 addition & 1 deletion dulwich/repo.py
Original file line number Diff line number Diff line change
Expand Up @@ -750,7 +750,7 @@ def controldir(self):
def commondir(self):
"""Return the path of the common directory.
For a main working tree, it is identical to `controldir()`.
For a main working tree, it is identical to controldir().
For a linked working tree, it is the control directory of the
main working tree."""
Expand Down

0 comments on commit e2c80cf

Please sign in to comment.