Skip to content

Commit

Permalink
Minor documentation clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
cvandeplas committed Jan 18, 2017
1 parent f593ce6 commit 351157b
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 351157b

Please sign in to comment.