Fixed all links

This commit is contained in:
Griatch 2020-10-11 19:31:05 +02:00
parent d4f1733bc7
commit 26f8ba3f71
175 changed files with 11972 additions and 4443 deletions

View file

@ -283,7 +283,7 @@ def parse_language(speaker, emote):
the markers and a tuple (langname, saytext), where
langname can be None.
Raises:
LanguageError: If an invalid language was specified.
rplanguage.LanguageError: If an invalid language was specified.
Notes:
Note that no errors are raised if the wrong language identifier

View file

@ -487,6 +487,7 @@ def webclient_options(session, *args, **kwargs):
Keyword Args:
<option name>: an option to save
"""
account = session.account

View file

@ -435,9 +435,9 @@ class PortalSessionHandler(SessionHandler):
Keyword Args:
kwargs (any): Each key is a command instruction to the
protocol on the form key = [[args],{kwargs}]. This will
call a method send_<key> on the protocol. If no such
method exixts, it sends the data to a method send_default.
protocol on the form key = [[args],{kwargs}]. This will
call a method send_<key> on the protocol. If no such
method exixts, it sends the data to a method send_default.
"""
# from evennia.server.profiling.timetrace import timetrace # DEBUG

View file

@ -344,7 +344,7 @@ class ServerSession(Session):
Update the protocol_flags and sync them with Portal.
Keyword Args:
key, value - A key:value pair to set in the
any: A key:value pair to set in the
protocol_flags dictionary.
Notes:

View file

@ -853,7 +853,7 @@ def initialize_nick_templates(in_template, out_template):
replacement using the standard `.format` method.
Raises:
NickTemplateInvalid: If the in/out template does not have a matching
attributes.NickTemplateInvalid: If the in/out template does not have a matching
number of $args.
"""

View file

@ -582,7 +582,7 @@ def initialize_nick_templates(in_template, out_template):
standard `.format` method.
Raises:
NickTemplateInvalid: If the in/out template does not have a matching
inlinefuncs.NickTemplateInvalid: If the in/out template does not have a matching
number of $args.
"""