Skip to content

Commit

Permalink
Tiny XML naming fix
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Sep 20, 2020
1 parent 266e7f0 commit 1b37953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/colony_print/controllers/document.py
Expand Up @@ -36,7 +36,7 @@ def example(self, format):
def convert(self, format):
# retrieves the current request reference and then
# uses it to retrieve its "raw" data, that should
# contain the xml string for the generation of the
# contain the XML string for the generation of the
# of binie result and then sends the value for print
request = self.get_request()
data = request.get_data()
Expand Down

0 comments on commit 1b37953

Please sign in to comment.