Skip to content
This repository has been archived by the owner on Jun 20, 2020. It is now read-only.

Commit

Permalink
Correct docstring for get_unc_directory_from_string
Browse files Browse the repository at this point in the history
  • Loading branch information
3noch committed Oct 16, 2012
1 parent e3e651c commit 0927081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion win_unc/unc_directory.py
Expand Up @@ -109,7 +109,7 @@ def __repr__(self):

def get_unc_directory_from_string(string):
"""
Parses a string from `UncDirectory`'s `get_auth_string` method and returns a new `UncDirectory`
Parses a string from `UncDirectory`'s `get_auth_path` method and returns a new `UncDirectory`
object based on it. This may raise any errors that can be raised by `UncDirectory`'s
constructor.
"""
Expand Down

0 comments on commit 0927081

Please sign in to comment.