소스 검색

cosmetic comment fix

Damien ACCORSI 10 년 전
부모
커밋
8390fb8dd9
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      tracim/tracim/lib/base.py

+ 0 - 1
tracim/tracim/lib/base.py 파일 보기

@@ -42,7 +42,6 @@ class BaseController(TGController):
42 42
 
43 43
     def url(self, id: int=None, subpath: str='', params:dict=None, skip_id=False) -> str:
44 44
         """
45
-        burl means 'base url'
46 45
         return a standard REST URL for list or one item.
47 46
         If your mount point is /someitems, then this will return /someitems or /someitems/4 if id not None
48 47
         if subpath is given, then it will be added at the end, eg /someitems/subpath or /someitems/4/subpath