Skip to content

Commit

Permalink
Merge pull request #81 from cvandeplas/master
Browse files Browse the repository at this point in the history
Minor documentation clarification
  • Loading branch information
adulau committed Jan 18, 2017
2 parents f593ce6 + 351157b commit ce26db6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymisp/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -1012,7 +1012,7 @@ def get_version_master(self):
# ############## Export Attributes in text ####################################

def get_all_attributes_txt(self, type_attr):

"""Get all attributes from a specific type as plain text. Only published and IDS flagged attributes are exported."""
session = self.__prepare_session('txt')
url = urljoin(self.root_url, 'attributes/text/download/%s' % type_attr)
response = session.get(url)
Expand Down

0 comments on commit ce26db6

Please sign in to comment.