Skip to content

Commit

Permalink
Small docs fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
a-sk committed Feb 13, 2012
1 parent 45327d4 commit b2d9203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion livecss/fast_theme_generation.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def seek_until(fileobj, until):


def generate_theme_file(theme_file_path, dict_seq, new_theme_file_path):
"""Appends `dict_seq`, converting it to plist format to `new_theme_file_path`
"""Appends `dict_seq` to `new_theme_file_path`, converting it to plist format.
:param theme_file_path: path to the theme file to read from
:param dict_seq: list of dictionaries with color definitions
Expand Down

0 comments on commit b2d9203

Please sign in to comment.