Skip to content

Commit

Permalink
Fixed test_compat docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
MeirKriheli committed Jul 25, 2024
1 parent a867d9a commit 47e3514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_bidi.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def test_mixed_hebrew_numbers_issue10(self):
self.assertEqual(get_display(storage), display)

def test_compat(self):
"""Test backword compat from import"""
"""Test backward compat for import get_display"""

from bidi.algorithm import get_display as get_display_compat

Expand Down

0 comments on commit 47e3514

Please sign in to comment.