Skip to content

Commit c4ef632

Browse files
author
Michael Barr
committed
Removed extra blank line from settings.py. Updated the module docstring, as the module was listed as 'core' instead of 'vdf' - Issue #3.
1 parent 98bad5f commit c4ef632

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

steamwebapi/settings.py

-1
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,3 @@
3636
# information will not be returned. It is suggested to always use a
3737
# default.
3838
DEFAULT_LANGUAGE = 'en'
39-

steamwebapi/util/vdf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
.. module:: core
2+
.. module:: vdf
33
:platform: Unix, Windows
44
:synopsis: VDF (de)serialization.
55
:synopsis: Distributed under the ISC License (see LICENSE)

0 commit comments

Comments
 (0)