diff options
author | gbrandl <devnull@localhost> | 2006-12-03 22:37:05 +0100 |
---|---|---|
committer | gbrandl <devnull@localhost> | 2006-12-03 22:37:05 +0100 |
commit | 0af6c73bc31e0f65164a62eec9892eb26265e2dc (patch) | |
tree | 3e9f02512b49bf44d717c532d89c44e69266ac8b | |
parent | b1dfc1a4b1050d7c8c812582d089c72b11e0bcea (diff) | |
download | pygments-0af6c73bc31e0f65164a62eec9892eb26265e2dc.tar.gz |
[svn] Another it's -> its fix.
-rw-r--r-- | pygments/lexers/_luabuiltins.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/lexers/_luabuiltins.py b/pygments/lexers/_luabuiltins.py index e6bff5df..b680d1c8 100644 --- a/pygments/lexers/_luabuiltins.py +++ b/pygments/lexers/_luabuiltins.py @@ -153,7 +153,7 @@ if __name__ == '__main__': import pprint # you can't generally find out what module a function belongs to if you - # have only it's name. Because of this, here are some callback functions + # have only its name. Because of this, here are some callback functions # that recognize if a gioven function belongs to a specific module def module_callbacks(): def is_in_coroutine_module(name): |