Skip to content

Commit

Permalink
Fixed a docstring typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ESultanik committed May 15, 2020
1 parent 427738f commit 701513f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphtage/formatter.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
>>> get_formatter(str)(Printer(), "foo")
StringFormatter: foo
As you can see, ``self.print(printer, item.bar`` gives preference to locally defined implementations before doing
As you can see, ``self.print(printer, item.bar)`` gives preference to locally defined implementations before doing
a global lookup for a formatter with a print function.
We just got "lucky" with that last printout, though, because the ``print_str`` in ``BarFormatter`` has the
Expand Down

0 comments on commit 701513f

Please sign in to comment.