Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix docstring
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Oct 13, 2015
1 parent 579010c commit caadf17
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion nikola/utils.py
Expand Up @@ -1815,7 +1815,10 @@ def color_hsl_adjust_hex(hexstr, adjust_h=None, adjust_s=None, adjust_l=None):


def dns_sd(port, inet6):
"""Optimistically publish a HTTP service to the local network over DNS-SD. (Linux/FreeBSD only.)"""
"""Optimistically publish a HTTP service to the local network over DNS-SD.
Works only on Linux/FreeBSD.
"""
try:
import avahi
import dbus
Expand Down

0 comments on commit caadf17

Please sign in to comment.