Skip to content

Commit

Permalink
docs(_balanced_quotes_shadow): fix description
Browse files Browse the repository at this point in the history
  • Loading branch information
5j9 committed Apr 10, 2024
1 parent 33a039c commit 3885a82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wikitextparser/_wikitext.py
Original file line number Diff line number Diff line change
Expand Up @@ -1009,7 +1009,7 @@ def comments(self) -> List['Comment']:

@property
def _balanced_quotes_shadow(self) -> bytearray:
"""Return bold and italic match objects according MW's algorithm.
"""Return a byte array that text (non-markup) apostrophes removed.
The comments at /includes/parser/Parser.php:doQuotes are helpful:
https://github.com/wikimedia/mediawiki/blob/master/includes/parser/Parser.php
Expand Down

0 comments on commit 3885a82

Please sign in to comment.