Skip to content

Commit

Permalink
Fix typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrueffer committed Nov 26, 2012
1 parent a1622ff commit 97d91e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Bio/Graphics/__init__.py
Expand Up @@ -4,7 +4,7 @@
# license. Please see the LICENSE file that should have been included # license. Please see the LICENSE file that should have been included
# as part of this package. # as part of this package.
################################################################################ ################################################################################
"""Bio.Graphics offsers several graphical outputs, all using ReportLab.""" """Bio.Graphics offers several graphical outputs, all using ReportLab."""


# Check if ReportLab is installed. # Check if ReportLab is installed.
try: try:
Expand All @@ -21,7 +21,7 @@
# code to deal with the different ReportLab renderers # code to deal with the different ReportLab renderers
# and the API quirks consistently. # and the API quirks consistently.
def _write(drawing, output_file, format, dpi=72): def _write(drawing, output_file, format, dpi=72):
"""Helper function to standize output to files (PRIVATE). """Helper function to standardize output to files (PRIVATE).
Writes the provided drawing out to a file in a prescribed format. Writes the provided drawing out to a file in a prescribed format.
Expand Down

0 comments on commit 97d91e2

Please sign in to comment.